You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this stage, user feedback is of **utmost importance**, every contribution is welcome however small it may be.
43
+
The downloaded template will be saved to local `boilr` registry.
44
+
45
+
## Save a Local Template
46
+
In order to save a template from filesystem to the template registry use the following command:
47
+
48
+
```bash
49
+
boilr template save <template-path><template-tag>
50
+
boilr template save ~/boilr-license license
51
+
```
52
+
53
+
The saved template will be saved to local `boilr` registry.
54
+
55
+
## Use a Template
56
+
In order to use a template from template registry use the following command:
57
+
58
+
```bash
59
+
boilr template use <template-tag><target-dir>
60
+
boilr template use license ~/Workspace/example-project/
61
+
```
62
+
63
+
You will be prompted for values when using a template.
64
+
65
+
```bash
66
+
[?] Please choose an option for"License"
67
+
1 - "Apache Software License 2.0"
68
+
2 - "MIT"
69
+
3 - "GNU GPL v3.0"
70
+
Select from 1..3 [default: 1]: 2
71
+
[?] Please choose a value for"Year" [default: "2015"]:
72
+
[?] Please choose a value for"Author" [default: "Tamer Tas"]:
73
+
[✔] Created /home/tmrts/project/LICENSE
74
+
[✔] Successfully executed the project template license in /home/tmrts/project
75
+
```
76
+
77
+
For more information please take a look at [Usage](https://github.com/tmrts/boilr/wiki/Usage) and [Creating Templates](https://github.com/tmrts/boilr/wiki/Creating-Templates) pages in the wiki.
42
78
43
79
## Reporting Issues
44
80
You can report issues **directly from the command-line** by using the command, `boilr report`.
@@ -49,6 +85,14 @@ is the issue body.
49
85
After creating the issue, save & exit the editor and you will be
50
86
prompted for github credentials needed to create the issue.
51
87
88
+
# Template Catalog
89
+
Take a look at [Templates](https://github.com/tmrts/boilr/wiki/Templates) page for a list of project templates, examples, and more information.
90
+
91
+
# Contributing
92
+
If you'd like to contribute, share your opinions or learn more, please feel free to open an issue.
93
+
94
+
At this stage, user feedback is of **utmost importance**, every contribution is welcome however small it may be.
95
+
52
96
# How Do I Get It?
53
97
There are binaries available for Linux & OSX. You can download them directly,
54
98
or run the installation script. Please see [Installation](https://github.com/tmrts/boilr/wiki/Installation) page for more information.
0 commit comments