Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 602 Bytes

contributing.md

File metadata and controls

40 lines (26 loc) · 602 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

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