Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:58:02.000Z (about 1 month ago)
- Last Synced: 2024-11-15T12:34:23.626Z (about 1 month ago)
- Topics: cli, dart, jira
- Language: Dart
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![Jira add-on logo](https://github.com/YouriLieverdink/jira_add_on/assets/89806453/bde3f778-491b-4ab4-8124-1b67ab277d2b)
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
```