Contributing to Nomad Pack
July 21, 2022 ยท View on GitHub
Contributions to Nomad Pack are welcome.
To add packs, please contribute to the Nomad Pack Community Registry.
Development dependencies
- Golang
- Git
- Make
Make sure you have $GOHOME/bin as part of your $PATH variable.
Building and Running Locally
Installing required tools:
make bootstrap
Check Go mod and Go sum:
make check
Build a binary from local code. This will add an
executable at ./bin/nomad-pack:
make dev
Run your code:
./bin/nomad-pack -h