Sha256: d4b6a9797df06688cf4861257e2f0cbfbee1dd29dd5eebd59c3c5f800480487f

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# Peekj

Command line interface to interact with Jira's API.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'peekj'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install peekj

## Usage

Enter Jira credentials and app url:

    $ peekj login

Fetch issue summary:

    $ peekj summary ISSUE-KEY

Fetch issue summary from current branch name:

    $ peekj summary --current_branch

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ericlarosa/peekj. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the Peekj project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/peekj/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
peekj-0.1.1 README.md