@jprivera/tracker

2.1.0Β β€’Β PublicΒ β€’Β Published

npm version CircleCI Status

πŸƒβ€β™€οΈ πŸƒ...TRACKER...πŸƒβ€β™€οΈ πŸƒ

A CLI for keeping track of tasks πŸ† with rewards πŸ†

  Usage: tracker [command]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    sprint [name]           runs a task tracker
    logs [option]           get from logs/database
    help [cmd]              display help for [cmd]

Install

npm install @jprivera/tracker -g

SPRINT COMMAND

A task object in Tracker is called a Sprint. Begin a sprint by running the following command. The name parameter take a string that will be the name of your Sprint.

$ tracker sprint <name>

To exit your sprint, use CTRL+C to kill the terminal process. Tracker will output the information related to the sprint you just finished.

LOGS COMMANDS

Tracker has some commands to help you explore saved sprints. Running the following command will return all of the sprints in your database

$ tracker logs

To check your sprints for the current day... πŸƒTIP: try using 'yesterday'

$ tracker logs today

To see your point total use ....

$ tracker logs points

Check your points organized by date with...

$ tracker logs points-by-date

DELETE COMMANDS

To clear your database use...

$ tracker logs delete-all

If you do not care to keep your last sprint use...

$ tracker logs delete-last

Readme

Keywords

none

Package Sidebar

Install

npm i @jprivera/tracker

Weekly Downloads

0

Version

2.1.0

License

ISC

Last publish

Collaborators

  • jprivera