File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ A commitizen adapter for [Jira smart commits](https://confluence.atlassian.com/d
6
6
7
7
## Usage
8
8
9
+ ### Global Installation
10
+
11
+ For a quick global installation of the plugin, simply run the ` install.sh ` script present in this repo:
12
+
13
+ ```
14
+ chmod +x install.sh
15
+
16
+ ./install.sh
17
+ ```
18
+
9
19
### Add this adapter
10
20
11
21
Install this adapter
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ echo " Installing Commitizen Globally"
3
+ npm install -g commitizen
4
+ echo " Installing JIRA smart commits"
5
+ npm install -g https://github.com/pgoodjohn/cz-jira-smart-commit
6
+ echo " Creating a global config file"
7
+ echo ' { "path": "/usr/local/lib/node_modules/cz-jira-smart-commit/" }' > ~ /.czrc
8
+ echo " You can view documentation at the link: "
You can’t perform that action at this time.
0 commit comments