Skip to content

go-torque/torque-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torque-cli

Logo

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

About

Torque CLI for creating Go apps quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published