No description
Find a file
Olivier Tremblay 2a6d302067
Merge pull request #17 from gabeguz/docs
Add project description to README
2020-01-20 10:52:33 -05:00
cmd It goes into the repo or it gets the hose again. 2019-02-26 09:10:07 -05:00
.gitignore enable godep 2017-09-25 15:36:56 -04:00
go.mod Okay, I cave, no vanity url for now 2019-10-01 06:57:36 -04:00
go.sum Remove Gopkg, switch to go mod. 2019-10-01 06:30:31 -04:00
issue.go It goes into the repo or it gets the hose again. 2019-02-26 09:10:07 -05:00
jiraclient.go Implement attach command 2018-06-20 13:53:05 -04:00
jkl.go It goes into the repo or it gets the hose again. 2019-02-26 09:10:07 -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 Add project description 2017-10-30 13:07:17 -04:00

jkl

jkl is a library for programmatically interacting with a JIRA installation. It comes with a command line program (also called jkl) which allows you to interact with JIRA via the command line.

Installation

TODO: Describe the installation process

Usage

TODO: Write 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