Skip to content

twelvelabs/stamp

Repository files navigation

Stamp

build codecov

Stamp is a CLI tool for scaffolding new projects.

Project templates are packaged as generators, and are easy to create and share with others.

Installation

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

Documentation

Development

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