Skip to content

YouriLieverdink/jira_add_on

Repository files navigation

Jira add-on logo

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 installed on your machine.

1.2 Installing

  1. Activate to be run from anywhere on your system
dart pub global activate -sgit https://github.com/YouriLieverdink/jira_add_on.git
  1. 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.

  1. Run
jira_add_on --help

2. Development

  1. Clone the repository
git clone https://github.com/YouriLieverdink/jira_add_on.git
  1. Get all depedencies
dart pub get
  1. Create and edit the configuration file
cp .env.example .env
vim .env
  1. Run
dart run ./bin/jira_add_on.dart --help

About

Command-line interface to interact with Jira.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published