A simple command line application to create projects from templates.
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.
Cook use the same syntax of cookiecutter to your projects templates, so, you can use any templates from cookiecutter list.
You can(and should!) create your own templates, and to help you with this task we offer a example at this repository.