Popularity
4.4
Declining
Activity
0.0
Stable
5
4
1

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

pivotal-tracker alternatives and similar packages

Based on the "Web" category.
Alternatively, view pivotal-tracker alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pivotal-tracker or a related project?

Add another 'Web' Package

README

pivotal-tracker

Build Status Hackage

A library and a CLI tool for accessing Pivotal Tracker API.

See the Hackage page for pivotal-tracker for details.

Building

Stack is the only tool needed to bootstrap your environment. It will install compiler, all libs necessary and build the project.

Once stack is properly installed inside the root directory of this repository use the commands:

stack setup
stack build

The setup step is need only the first time you run the project. To run the tests use:

stack test

You can also install the Haskell Platform and use cabal commands.