Popularity
3.1
Stable
Activity
0.6
Declining
22
12
3

Programming language: JavaScript
License: MIT License
Tags: Go Tools     Go     Golang     Yeoman-generator     Generator    

generator-go-lang alternatives and similar packages

Based on the "Go Tools" category.
Alternatively, view generator-go-lang alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of generator-go-lang or a related project?

Add another 'Go Tools' Package

README

Taylor Swift Volkswagen Build Status MIT license

A Yeoman Golang Generator

We are very sorry Gophers, but other names for the generator where taken, so we choose go-lang. But we have gocreate as an alias.

Getting Started

We highly recommand to use nvm (NVM) to manage your Node versions, and to use the most recent versions

if you have dep for Go package management installed, the generator provides you with an option for that to initialize

First, you have to install yo, as to use any Yeoman Generator.

npm i -g generator-go-lang

Create your project in the $GOPATH.

mkdir $GOPATH/src/<username>/your-new_app && cd $_
gocreate

Have fun!

You could also npm i -g yo and use yo go-lang

Development

We can highly recommend to consult the Yeoman Guide to write your own Yeoman Generator. Most importantly, to use the generator locally, you have to npm link the generator.

License

MIT


*Note that all licence references and agreements mentioned in the generator-go-lang README section above are relevant to that project's source code only.