Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgetaveras1231/pivex

A command line client for pivotal tracker written in Elixir
https://github.com/georgetaveras1231/pivex

Last synced: about 2 months ago
JSON representation

A command line client for pivotal tracker written in Elixir

Awesome Lists containing this project

README

        

Pivex
=====

A command line tool to interact with PivotalTracker.
Also an exercise for me to learn more Elixir :).

# Install

Run in console:
```bash
$ git clone [email protected]:GeorgeTaveras1231/pivex.git
$ cd pivex
$ mix escript.build
```

This creates an execurable called 'pivex'.

# Usage

Get help

```bash
$ ./pivex --help
```

See stories

```bash
$ TRACKER_TOKEN=abc123 # your actual token
$ PROJECT_ID=123123 # an actual project id

$ ./pivex stories --token=$TRACKER_TOKEN --project=$PROJECT_ID
```