jiracmd

Jira Command Line Tool


License
Apache-2.0
Install
pip install jiracmd==0.1.3

Documentation

jiracmd

PyPI Changelog Tests License

Jira Command Line Tool

Installation

Install this tool using pip:

$ pip install jiracmd

Usage

Usage instructions go here.

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd jiracmd
python -m venv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest