Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/jeera
https://github.com/freeformz/jeera
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/jeera
- Owner: freeformz
- Created: 2020-08-29T00:03:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T19:20:33.000Z (over 4 years ago)
- Last Synced: 2024-12-24T06:47:41.672Z (10 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Jeera
Maybe maybe maybe something something JIRA.
## Config
`~/.config/jeera/settings`
```json
{
"JIRA": {
"URL": "",
"EpicCustomFieldID": ""
},
"OAuth": {
"Token": "",
"Secret": "",
"PEM": "",
"ConsumerKey": "",
"ConsumerSsecret": ""
}
}
```## Usage
```console
$ go run cmd/viz/*go | dot -Tsvg > out.svg
...
```