-
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 download <github-repo-path> <template-name>
boilr download tmrts/boilr-example example
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 save <template-path> <template-name>
boilr save ~/boilr-example example
The saved template will be saved to local boilr
registry.
In order to use a template from template registry use the following command:
boilr use <template-name> <target-dir>
boilr use example ~/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.