Metadata-Version: 2.1
Name: task-forest-cli
Version: 0.2.0
Summary: Tree-based task tracking for when everything is on fire (command line version).
Home-page: https://gitlab.com/task-forest/task-forest-cli
Author: TheTwitchy
Author-email: thetwitchy@thetwitchy.com
Description-Content-Type: text/markdown
License-File: LICENSE

# Task Forest CLI
Tree-based task tracking for when everything is on fire (command line version).

## Docs
N/A

## Installation
### Standard
`pip3 install task-forest-cli`

### Latest
`pip3 install git+https://gitlab.com/task-forest/task-forest-cli`

### Development
* It is recommended that you use a virtualenv for development:
    * `virtualenv --python python3 venv`
    * `source ./venv/bin/activate`
* `python setup.py develop`
* Run with `tf`
