https://github.com/bsmth/jiraquest
An interactive text-based quest to close The Ultimate Jira task
https://github.com/bsmth/jiraquest
Last synced: 28 days ago
JSON representation
An interactive text-based quest to close The Ultimate Jira task
- Host: GitHub
- URL: https://github.com/bsmth/jiraquest
- Owner: bsmth
- License: lgpl-3.0
- Created: 2018-04-28T13:39:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:32:53.000Z (about 8 years ago)
- Last Synced: 2025-03-17T00:31:51.970Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://badge.fury.io/rb/Jiraquest)
[](https://travis-ci.org/tcob/jiraquest)
[](https://codeclimate.com/github/tcob/jiraquest/maintainability)
[](https://codeclimate.com/github/tcob/jiraquest/test_coverage)
# jiraquest
## Install
Installation can be done via rubygems:
```bash
gem install jiraquest
```
## Begin jiraquesting
```bash
jiraquest
```
## Development
Clone the repository (or [fork the repo](https://help.github.com/articles/fork-a-repo/)):
```bash
git clone https://github.com/tcob/jiraquest.git
```
Dependencies are managed using `bundler`
```bash
gem install bundler
bundle install
```
Tests can be run using `rake`:
```bash
rake test
```
### Bumping the version
Edit the version number in `lib/jiraquest/version.rb` then run:
```bash
bundle install
```
The `Gemfile.lock` file should be checked in.