Create a new project

Warning

You don’t need this just to use a Bireli project, this is only for developers that need to create some fresh new projects.

To create a new project you just need to install Cookiecutter version >=2.1.0.

You may then use it from its repository URL:

cookiecutter https://github.com/sveetch/cookiecutter-bireli.git

Note

To speed up project creation you may install this cookie on your system, read Install for development to know how.

Options

Once invoked, cookiecutter will prompt your for some informations about your project.

You may pre define some options in your cookiecutter user configuration to avoid to input them each time you use this cookie.

Result

Cookiecutter will create a new directory named after your project name. You can enter into its directory and install it locally with make install (see Project install for details).