Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freeformz/jeera


https://github.com/freeformz/jeera

Last synced: 7 days ago
JSON representation

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
...
```