Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1002 Bytes

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.