teamtracker

0.1.1 • Public • Published

TeamTracker CLI

With teamtracker you are able to log your hours without leaving your IDE. Based on Puppeteer script parses your command, logs into your TeamTracker account and adds timelog entry.

You're able to have separate config file for each project you are working on. You can skip information provided there executing your command.

Usage

Install

npm install --global teamtracker

or

yarn global add teamtracker

Use

To log 1h 30m of Doing Something:

$ teamtracker timelog 1:30 Doing something

To change default task type use flag --type

$ teamtracker timelog 1:15 Release meeting --type Meeting

To define specific date use flag --date. (by default you will log time for today).

$ teamtracker timelog 0:25 Old task --date 2019-02-01

Config file

In root of your project create file .teamtrackerrc. In that file you can define flag values just to not pass them later from commandline 🤯

File may look like this:

{
    "email": "michal.switon@venturedevs.com",
    "password": "yourSuperPassword",
    "project": "SuperSecretProject",
    "type": "Task"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i teamtracker

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

17.7 kB

Total Files

16

Last publish

Collaborators

  • croogie