Documentation
¶
Overview ¶
Package schema provides embedded JSON schemas and default configs for the devlore ecosystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var DevloreSchema []byte
DevloreSchema is the shared JSON schema for the devlore config file. Both lore and writ read from ~/.config/devlore/config.yaml.
var LoreDefaultConfig []byte
LoreDefaultConfig is the default lore-specific configuration. Installed to ~/.config/devlore/config.d/lore.yaml
var PackagesManifestSchema []byte
PackagesManifestSchema is the JSON schema for packages-manifest.{json,yaml} files. These files declare software dependencies for writ projects.
SharedDefaultConfig is the default shared configuration (secrets, etc.). Installed to ~/.config/devlore/config.yaml
var WritDefaultConfig []byte
WritDefaultConfig is the default writ-specific configuration. Installed to ~/.config/devlore/config.d/writ.yaml
Functions ¶
This section is empty.
Types ¶
This section is empty.