https://github.com/yourilieverdink/jira_add_on
Command-line interface to interact with Jira.
https://github.com/yourilieverdink/jira_add_on
cli dart jira
Last synced: 3 months ago
JSON representation
Command-line interface to interact with Jira.
- Host: GitHub
- URL: https://github.com/yourilieverdink/jira_add_on
- Owner: YouriLieverdink
- Created: 2024-07-07T06:40:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T10:41:28.000Z (7 months ago)
- Last Synced: 2025-02-09T21:13:58.877Z (5 months ago)
- Topics: cli, dart, jira
- Language: Dart
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

Command-line interface to interact with Jira.
## 1. Quickstart
### 1.1 Prerequisites
In order to use this Jira add-on you must have the [Dart SDK](https://dart.dev/get-dart) installed on your machine.
### 1.2 Installing
1. Activate to be run from anywhere on your system
```sh
dart pub global activate -sgit https://github.com/YouriLieverdink/jira_add_on.git
```2. Create and edit the configuration file
```sh
cp .env.example ~/.config/jira_add_on/config
vim ~/.config/jira_add_on/config
```*Note*: You can manage the Jira API tokens [here](https://id.atlassian.com/manage-profile/security/api-tokens).
3. Run
```sh
jira_add_on --help
```## 2. Development
1. Clone the repository
```sh
git clone https://github.com/YouriLieverdink/jira_add_on.git
```2. Get all depedencies
```sh
dart pub get
```3. Create and edit the configuration file
```sh
cp .env.example .env
vim .env
```4. Run
```sh
dart run ./bin/jira_add_on.dart --help
```