GoArtisan is the command-line interface tools for Golang developer to create lifecycle framework and target-in high performance. Provides some commands that assist you while build an application. This project inspiration from Laravel-Artisan and CodeIgniter folder structure.
With a correctly configured Go toolchain:
go get -u github.com/0to1a/GoArtisan
For installation on command line, you can use:
GOBIN=/usr/local/bin/ go install github.com/0to1a/GoArtisan
Building and using this project assumes you have the following prerequisites, and so far this has only been tested on Mac:
Component | Version |
---|---|
make |
3.81+ |
go |
1.12+ |