Sha256: f0db032712b1354606d12e6a95fb450d4ec20d41269937d507f62761b567d062

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

[![Gem Version](https://badge.fury.io/rb/ipt.svg)](https://badge.fury.io/rb/ipt)
[![Build Status](https://travis-ci.org/drselump14/ipt.svg?branch=master)](https://travis-ci.org/drselump14/ipt)

# ipt

Minimal client to use Pivotal Tracker API v5 from the command line.
Interactive version of [pt](https://github.com/raul/pt)

# Demo
[![asciicast](https://asciinema.org/a/103161.png)](https://asciinema.org/a/103161)

## Setup

    gem install ipt

The first time you run it, `ipt` will ask you some data about your Pivotal Tracker account and your current project.

## Usage

Run `ipt` from the root folder of your project to show all your work.

## Contribute
- clone this repository
- `bundle install`
- change the code
- run test `rspec`
- `rake build`
- `rake install`
- commit and create pull request

## Thanks to...
- the contributors of pt
- the [Pivotal Tracker](https://www.pivotaltracker.com) guys for making a planning tool that doesn't suck and has an API
- [dashofcode](http://github.com/dashofcode) for `tracker_api` gem

## License
See the LICENSE file included in the distribution.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ipt-2.1.0 README.md