Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 482 Bytes

contributing.md

File metadata and controls

32 lines (21 loc) · 482 Bytes

Contributing to Nomad Pack

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