sezzle / generator-gin-api

Gin, Gorm yeoman generator
MIT License
13 stars 5 forks source link

generator-gin-api NPM versionDependency Status

Project generator for gin, gorm golang api

Installation

First, install Yeoman and generator-gin-api using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-gin-api

Then generate your new project:

cd $GOPATH/src/github.com && mkdir myNewProject && cd myNewProject
yo gin-api

Note: You will want to generate this project within your $GOPATH

Getting To Know Yeoman

License

MIT © [Killian Brackey]()