/microgen

Primary LanguageGoMIT LicenseMIT

cookiecutter-golang

Usage

First, get Cookiecutter.

$ pip install cookiecutter

Alternatively, you can install cookiecutter with homebrew:

$ brew install cookiecutter

Finally, to run it based on this template, type:

$ cookiecutter https://github.com/sanservices/microgen.git

or if you cloned the repository

$ cookiecutter .

You will be asked about your basic info (name, project name, app name, etc.). This info will be used to customize your new project.