torque-cli
The nuts and bolts of web services in Go.
Create a Go app and get connected to your services quickly.
torque works on Linux, OSX and Windows.
Visit the docs to get a full onboarding experience!
Quick Overview
go install github.com/go-torque/torque-cli@latest
torque new HospitalRegistration
cd HospitalRegistration
torque watch
The above commands will get you up and running with a brand new Torque app using the Torque CLI. The watch command ensures that while you're making changes to your project, your tests are ran every time a file changes.
Happy building!
Developing the CLI
- Install modd
- Run
modd in the project directory
- This will watch the files in the project and:
- run the tests for torque
- build the torque binary
- install the
torque binary on your system in ~/bin
Notes