Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drselump14/ipt
interactive pivotal tracker command line interface
https://github.com/drselump14/ipt
command-line-tool ipt pivotal-tracker pivotaltracker
Last synced: 1 day ago
JSON representation
interactive pivotal tracker command line interface
- Host: GitHub
- URL: https://github.com/drselump14/ipt
- Owner: drselump14
- License: mit
- Created: 2017-02-12T10:47:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T02:07:44.000Z (about 3 years ago)
- Last Synced: 2024-04-23T16:21:37.687Z (6 months ago)
- Topics: command-line-tool, ipt, pivotal-tracker, pivotaltracker
- Language: Ruby
- Size: 686 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cli-apps - ipt - Pivotal Tracker client. (Productivity / HTTP Client)
- fucking-awesome-cli-apps - ipt - Pivotal Tracker client. (Productivity / HTTP Client)
README
[![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.