Replace seed
with the name of the project.
...
...
- Install asdf
- Install asdf-direnv
- Add a global
direnv
version with:asdf global direnv latest
- Install all tools with:
make install-tools
Tip: to see all available make targets with descriptions, simply run make
.
make lint
make test
The binary for your OS will be placed in ./dist
, e.g. ./dist/seed_darwin_arm64/seed
:
make build-snapshot
make pre-commit