Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsmth/jiraquest
An interactive text-based quest to close The Ultimate Jira task
https://github.com/bsmth/jiraquest
Last synced: 25 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:32:53.000Z (over 6 years ago)
- Last Synced: 2024-09-21T18:55:13.243Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- 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
[![Gem Version](https://badge.fury.io/rb/Jiraquest.svg)](https://badge.fury.io/rb/Jiraquest)
[![Build Status](https://travis-ci.org/tcob/jiraquest.svg?branch=master)](https://travis-ci.org/tcob/jiraquest)
[![Maintainability](https://api.codeclimate.com/v1/badges/9778ab58de92f3242709/maintainability)](https://codeclimate.com/github/tcob/jiraquest/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9778ab58de92f3242709/test_coverage)](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.