Advanced Usage
This section is for users who want to do more than install packages from the public package registry.
Typical advanced workflows include:
- writing your own package manifest
- validating that manifest before publishing or installing it
- testing a manifest locally with
foton install --manifest - setting up a custom package registry
- using local and Git-backed package registries from your configuration
Suggested workflow
If you are creating a package, a typical workflow looks like this:
- Write a package manifest
- Run
foton manifest checkto validate it - Test it locally with
foton install --manifest - Add it to a package registry if you want to distribute it