[![Gem Version](https://badge.fury.io/rb/pt.svg)](https://badge.fury.io/rb/pt) [![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 ![gif](https://www.dropbox.com/s/whob1i5nocyk7hq/ipt.gif?raw=1) ## 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.