https://github.com/kanghyojun/jiracli-rust
Jira CLI written in Rust.
https://github.com/kanghyojun/jiracli-rust
atlassian cli jira rust
Last synced: over 1 year ago
JSON representation
Jira CLI written in Rust.
- Host: GitHub
- URL: https://github.com/kanghyojun/jiracli-rust
- Owner: kanghyojun
- Created: 2020-06-24T13:52:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T14:08:09.000Z (about 6 years ago)
- Last Synced: 2025-02-09T10:29:21.202Z (over 1 year ago)
- Topics: atlassian, cli, jira, rust
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jiracli-rust

## Installation
```bash
$ cargo build
```
For development, you may want to use `install.sh`.
```bash
$ ./install.sh
```
It will install git hooks, and cargo dependencies.