- To see the source code of Stampede Framework, check https://github.com/bashovski/stampede
- Stampede is a framework, or an eco-system written in TypeScript for Deno, made with emphasis on delivering new features quicker than ever before.
- CLI for Stampede is instrumental for creating a new Stampede project as improves overall dev-experience by allowing you to create important modules for your next project.
brew tap bashovski/stampede
brew install stampede
stampede --help # Test if it works
Prerequisite: Install Go
git clone https://github.com/bashovski/stampede-cli.git
cd stampede-cli
go mod init bashovski/stampede-cli
go build
sudo mv stampede-cli /usr/local/bin/stampede
Now you can run stampede-cli: stampede --help
.