Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.26 KB

Stampede

License Contributors

Stampede CLI 🦕

About

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

Installation

brew tap bashovski/stampede
brew install stampede
stampede --help # Test if it works

Building From Source

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.