-
Notifications
You must be signed in to change notification settings - Fork 118
Usage
Use boilr help
to get the list of available commands.
In order to download a template from a github repository, use the following command:
boilr template download <github-repo-path> <template-name>
boilr template download tmrts/boilr-license license
The downloaded template will be saved to local boilr
registry.
In order to save a template from filesystem to the template registry use the following command:
boilr template save <template-path> <template-name>
boilr template save ~/boilr-license license
The saved template will be saved to local boilr
registry.
In order to use a template from template registry use the following command:
boilr template use <template-name> <target-dir>
boilr template use license ~/Workspace/example-project/
You will be prompted for values when using a template.
You can report issues directly from the command-line.
Use the command, boilr report
.
A markdown file will be opened where the first line is the issue title and the rest is the issue body.
After creating the issue, save & exit the editor and you will be prompted for github credentials needed to create the issue.