auser / yogolang

Yeoman golang generators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang generator

Yeoman generator for creating golang projects

Installation

Ensure you have Yeoman installed using npm or yarn:

npm install --global yo
# or, with yarn
yarn global add yo

Next, install this generator:

npm install --global generator-golang-project
# or, with yarn
yarn global add yo

Usage

Generate your golang project and follow the prompts

yo golang-project

Contributing

Add a template. This generator is setup to be as simple as possible to add golang projects. Check out the simple/index.js project to see just how simple it is.

License

MIT © Ari Lerner

npm version [npm-url]: https://www.npmjs.com/package/generator-golang-project

About

Yeoman golang generators

License:MIT License


Languages

Language:JavaScript 60.7%Language:Go 32.9%Language:AMPL 6.4%