cook
cook copied to clipboard
A simple command line application to generate projects from templates.
cook
A simple command line application to create projects from templates.
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.