Contributions to Nomad Pack are welcome.
To add packs, please contribute to the Nomad Pack Community Registry.
- Golang
- Git
- Make
Make sure you have $GOHOME/bin
as part of your $PATH
variable.
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