https://github.com/bashovski/stampede-cli
🦕 CLI for the Stampede Framework
https://github.com/bashovski/stampede-cli
Last synced: 5 months ago
JSON representation
🦕 CLI for the Stampede Framework
- Host: GitHub
- URL: https://github.com/bashovski/stampede-cli
- Owner: bashovski
- License: mit
- Created: 2020-09-20T19:22:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T15:40:51.000Z (over 4 years ago)
- Last Synced: 2025-10-08T22:39:42.651Z (8 months ago)
- Language: Go
- Homepage:
- Size: 6.04 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stampede CLI 🦕
- To see the source code of Stampede Framework, check https://github.com/bashovski/stampede
# 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
```shell script
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```.