Command-line interface to interact with Jira.
In order to use this Jira add-on you must have the Dart SDK installed on your machine.
- Activate to be run from anywhere on your system
dart pub global activate -sgit https://github.com/YouriLieverdink/jira_add_on.git
- Create and edit the configuration file
cp .env.example ~/.config/jira_add_on/config
vim ~/.config/jira_add_on/config
Note: You can manage the Jira API tokens here.
- Run
jira_add_on --help
- Clone the repository
git clone https://github.com/YouriLieverdink/jira_add_on.git
- Get all depedencies
dart pub get
- Create and edit the configuration file
cp .env.example .env
vim .env
- Run
dart run ./bin/jira_add_on.dart --help