raelmax / cook

A simple command line application to generate projects from templates.

Home Page:https://github.com/raelmax/cook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cook

A simple command line application to create projects from templates.

GoDoc

Installing

Using

Get the binary for your platform: linux | mac

Give permission to execute:

$ chmod +x cook

Execute:

$ ./cook raelmax/cook-basic-template

This command will ask you some questions about this template and generate your project based on your answers.

Templates

Cook use the same syntax of cookiecutter to your projects templates, so, you can use any templates from cookiecutter list.

Create your own template

You can(and should!) create your own templates, and to help you with this task we offer a example at this repository.

About

A simple command line application to generate projects from templates.

https://github.com/raelmax/cook

License:MIT License


Languages

Language:Go 100.0%