Stamp is a CLI tool for scaffolding new projects.
Project templates are packaged as generators, and are easy to create and share with others.
Choose one of the following:
-
Download and manually install the latest release
-
Install with Homebrew 🍺
brew install twelvelabs/tap/stamp
-
Install from source
go install github.com/twelvelabs/stamp@latest
git clone [email protected]:twelvelabs/stamp.git
cd stamp
# Ensures all required dependencies are installed
# and bootstraps the project for local development.
make setup
make test
make build
make install
# Show help.
make