Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/georgetaveras1231/pivex
- Owner: GeorgeTaveras1231
- Created: 2015-06-13T18:23:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T01:53:59.000Z (over 9 years ago)
- Last Synced: 2024-04-08T17:17:17.207Z (9 months ago)
- Language: Elixir
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```