2.0.5 • Published 6 years ago
project-time v2.0.5
This package built by using WakaTime api to track the amount of time you spend on your IDE
Installation
First step: Install project-time to your local repository
npm i project-timeor
yarn add project-timeRemember to register your wakatime account before running this. If you haven't had an account, make a quick visit to Waka main page
Second step: Provide your secret api key
To get <your_secret_api_key>, please go to Waka Time
tell-time --install <your_secret_api_key>Note: Sometime this command doesn't work, you may need to type npm link project-time to make the symlink for tell-time cli
Usage
To get the amount of time you spend on your opening project (your current folder)
tell-timeWith other project, please enter
tell-time <project-name>