Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanghyojun/jiracli-rust
Jira CLI written in Rust.
https://github.com/kanghyojun/jiracli-rust
atlassian cli jira rust
Last synced: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T14:08:09.000Z (over 4 years ago)
- Last Synced: 2024-10-08T09:23:36.158Z (3 months 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
![](https://github.com/kanghyojun/jiracli-rust/workflows/test/badge.svg)
## Installation
```bash
$ cargo build
```For development, you may want to use `install.sh`.
```bash
$ ./install.sh
```It will install git hooks, and cargo dependencies.