Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

andersnormal/generator-create-go

Repository files navigation

Taylor Swift Volkswagen Build Status MIT license

🙊 A No Frills Yeoman Generator for Golang Apps and Libraries

We are very sorry Gophers, but other names for the generator where taken, so we choose create-go.

Featured

Getting Started

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

npm i -g generator-create-go

Create your project in the $GOPATH.

mkdir $GOPATH/src/<username>/your-new_app && cd $_
yo create-go <your_app>

you can also omit the app name, it then refers to the current directory

Have fun!

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.

See https://github.com/andersnormal/generator-create-go/tree/master/src for all available sub-generators.

License

MIT

About

🙊 A no frills Yeoman Generator for your next @golang app or library project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published