Skip to content

Commit 7a090e4

Browse files
author
Antonio Esposito
committed
Move to a standalone script
1 parent 0280a78 commit 7a090e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ pip install -r requirements.txt
1717
I recommend creating an alias for the command, something like:
1818

1919
```
20-
alias jtmp='python ~/jira-template/jiratemplate/cli.py'
20+
alias jtmp='~/jira-template/jiratemplate/cli.py'
2121
```
2222

2323
## Usage
2424
The command line is available with:
2525

2626
```
27-
python jira-template/jiratemplate/cli.py
27+
jira-template/jiratemplate/cli.py
2828
```
2929

3030
The idea is pretty simple. After you configure two files: `template.json` and

jiratemplate/cli.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
"""Jira Template
24
35
Usage:

0 commit comments

Comments
 (0)