Skip to content
Tamer TAS edited this page Jan 2, 2016 · 6 revisions

Usage

Use boilr help to get the list of available commands.

Download Template

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.

Save Local Template

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.

Use Template

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.

Reporting Issues

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.

Clone this wiki locally