generated from nimblehq/git-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
Olivier Robert edited this page Mar 4, 2021
·
4 revisions
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.
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