Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 802 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 802 Bytes

Project Template

Replace seed with the name of the project.

Prerequisites

...

Usage Instructions

...

Setup your Dev Environment

  • 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.

Lint

make lint

Test

make test

Build

The binary for your OS will be placed in ./dist, e.g. ./dist/seed_darwin_arm64/seed:

make build-snapshot

Pre-commit

make pre-commit