Skip to content

Commands

Olivier Robert edited this page Mar 4, 2021 · 4 revisions

Background

The template uses Cookiecutter to generate a new application project. By default, the main branch is used. However, a different branch such as develop, can be used.

Usage

Create a project using the template on a specific branch.

nimble-gin -b {branch_name} create

Run test using the template on a specific branch.

BRANCH={branch_name} make test
Clone this wiki locally