tps-reporter.js

[WIP] Estimate how far a project is done and help schedule the rest of the work

Stars
6
Committers
1

tps-reporter

Task progress sheet reporter

Use this to estimate how far a project is done, and help schedule the rest of the work.

Usage

npm install -g rstacruz/tps-reporter.js    # via npm
yarn global add rstacruz/tps-reporter.js   # via yarnpkg.com

Usage:

tps-report --help

tps-report project.tasks --open   # open in browser
tps-report project.tasks          # show in CLI

How it works

Create a project file project.tasks. See Format documentation for details.

Version 1:

    This file is in TaskPaper format.
    Tabs are used to indent.
    Each task begins with a "- ".
    Projects end with a ":".
    Tags are in the format "@tag_name".
    All other lines (such as these) are considered as notes,
    and are to be ignored.

    - User signup
        - Register for an account
        - Log in @done
        - Forget password

    - Manage users
        - Create users @in_progress
        - Delete users
        - User profile page @40%

    - Blog
        - Creating new posts @done
        - Comments @done
        - Moderating comments @done

Thanks

tps-reporter 2016-2017, Rico Sta. Cruz. Released under the MIT License. Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz