JesseObrien / torque-cli

The nuts and bolts of web services in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Quick Overview

go install github.com/jesseobrien/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

The nuts and bolts of web services in Go.

License:MIT License


Languages

Language:Go 98.0%Language:Makefile 2.0%