jkl/README.md
Olivier Tremblay f5b3436243
Merge pull request #18 from gabeguz/install
Add installation instructions to README
2020-01-20 10:53:01 -05:00

28 lines
818 B
Markdown

# 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
To use the library, simply import it into your application:
`import "github.com/otremblay/jkl"`
To install the command line application:
First, make sure you have a working go environment:
https://golang.org/doc/install
Then, execute the following command from your shell:
`$ go get github.com/otremblay/jkl/cmd/jkl`
## 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