trytonus / cookiecutter-tryton

Boilerplate for tryton modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-tryton

Cookiecutter template for a Tryton module boilerplate.

Features

  • Support for Continous Integration using Travis
  • Includes test cases boilerplate

Installation

To generate tryton module from template you need to install cookiecutter first.

From PyPI using pip:

pip install cookiecutter

How to generate tryton module boilerplate

To generate a tryton module:

cookiecutter https://github.com/fulfilio/cookiecutter-tryton.git

You will be prompted to enter a bunch of project config values. (These are defined in the project’s cookiecutter.json).

Then, Cookiecutter will generate a module from the template, using the values that you entered. It will be placed in your current directory.

For more information please refer cookiecutter documentation.

About

Boilerplate for tryton modules


Languages

Language:Python 100.0%