File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Just create a directory called `.initjs` in your home folder and drop your templ
8383
8484## Version
8585
86- 1.2.5
86+ 1.2.6
8787
8888## License
8989
Original file line number Diff line number Diff line change 11{
22 "name" : " init.js" ,
3- "version" : " 1.2.5 " ,
3+ "version" : " 1.2.6 " ,
44 "description" : " A simple command line utility to quickly initialize developer workspaces / repositories" ,
55 "author" : " Jonas Friedmann" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 771. Make sure you've installed all requirements
882. Clone this repository:
99
10- ```shell
11- git clone https://github.com/%github%/%project%
12- ```
10+ ```shell
11+ git clone https://github.com/%github%/%project%
12+ ```
1313
14143. Install the project using `make`:
1515
16- ```shell
17- make install
18- ```
16+ ```shell
17+ make install
18+ ```
1919
2020## Usage
2121
@@ -29,21 +29,21 @@ Here's a short explanation how to use `%project%`:
29291. Fork it
30302. Create your feature branch:
3131
32- ```shell
33- git checkout -b feature/my-new-feature
34- ```
32+ ```shell
33+ git checkout -b feature/my-new-feature
34+ ```
3535
36363. Commit your changes:
3737
38- ```shell
39- git commit -am 'Add some feature'
40- ```
38+ ```shell
39+ git commit -am 'Add some feature'
40+ ```
4141
42424. Push to the branch:
4343
44- ```shell
45- git push origin feature/my-new-feature
46- ```
44+ ```shell
45+ git push origin feature/my-new-feature
46+ ```
4747
48485. Submit a pull request
4949
You can’t perform that action at this time.
0 commit comments