Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teamtracker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teamtracker

VentureDevs' TeamTracker CLI

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

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"
}

Keywords

FAQs

Package last updated on 26 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc