No description
Find a file
Gabriel Guzman 1c44b282a8 Start adding Usage docs to README
Add a section on setting up your `~/.jklrc` file with required variables.
2017-10-30 14:11:18 -04:00
.circleci Canonical path is actually otremblay.com/jkl 2017-10-20 20:40:29 -04:00
cmd Canonical path is actually otremblay.com/jkl 2017-10-20 20:40:29 -04:00
.gitignore enable godep 2017-09-25 15:36:56 -04:00
Gopkg.lock Canonical path is actually otremblay.com/jkl 2017-10-20 20:40:29 -04:00
Gopkg.toml Canonical path is actually otremblay.com/jkl 2017-10-20 20:40:29 -04:00
issue.go Support for Icon Urls 2017-02-20 10:28:15 -05:00
jiraclient.go Prevent verbose-bombing 2017-02-06 12:44:13 -05:00
jkl.go Support for Icon Urls 2017-02-20 10:28:15 -05:00
jkl_test.go Canonical path is actually otremblay.com/jkl 2017-10-20 20:40:29 -04:00
LICENSE add license 2017-09-25 15:39:04 -04:00
Makefile Makefiles with code coverage generation, terminal detection for color strippage 2016-05-25 18:59:50 -04:00
README.md Start adding Usage docs to README 2017-10-30 14:11:18 -04:00

jkl

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

Make sure you create a ~/.jklrc file in your home directory, it should contain at a minimum:

JIRA_ROOT="https://jira.example.com/"
JIRA_USER="myusername"
JIRA_PASSWORD="mypassword"
JIRA_PROJECT="DPK"

Those values are for example only, your setup will be different.

TODO: Finish writing usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D