A scaffold that makes it easy to create amazing Go applications.
Download the pre-compiled binaries from the releases page and copy them to the desired location.
$ jaguar --version
You must have a working Go environment:
$ go install github.com/shipengqi/jaguar@latest
You must have a working Go environment:
$ git clone https://github.com/shipengqi/jaguar.git
$ make build
$ jaguar new
Add the copyright license headers for source code files:
$ jaguar tool license add <project>
Automatically generate error codes for API skeleton:
$ jaguar tool codegen --types int ./<API code directory>