-
Notifications
You must be signed in to change notification settings - Fork 54
Contributing to Nomad Pack
Charlie Voiselle edited this page Feb 10, 2022
·
1 revision
Contributions to Nomad Pack are welcome.
To add packs, please contribute to the Nomad Pack Community Registry.
- Golang
- Git
- Make
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