Velocity CLI
The official CLI for the Velocity Go web framework.
Installation
Homebrew (macOS)
brew tap velocitykode/tap
brew install velocity
Go
go install github.com/velocitykode/velocity-cli@latest
Usage
Create a new project:
velocity new myapp
cd myapp
go run main.go
Documentation
Full documentation at velocitykode.com/docs
License
MIT License - See LICENSE for details.