Skip to content

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.

Development dependencies

  • Golang
  • Git
  • Make

Building and Running Locally

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
Clone this wiki locally