jkl/README.md

21 lines
539 B
Markdown
Raw Normal View History

2017-09-25 15:45:01 -04:00
# jkl
2017-10-30 13:07:17 -04:00
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.
2017-09-25 15:45:01 -04:00
## 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