gitsheet
v1.0.1
Published
Git integration with clockify
Downloads
2
Readme
CLI for Git <> Clockify Integration.
This simple CLI tool will simply help you convert your Git commits into your clockify entries.
Requirements
- Clockify API Key Go to your Account > Project Setting > Generate API Key (In bottom)
Installation Steps (if applicable)
- Just instally it globally
npm install -g gitsheet
- Go to your working project dir and in CLI type
gitsheet
- It'll ask you an API key ( Clockify API Key ) Enter your key ( one time ask )
Note
- Those who use
nvm
once you install this pkg globally it'll be available in cli for your currentnvm node version
if you change yournvm node version
you have to reinstall it globally for newnvm
version.
Extra
- If you want clockify auto select tasks for you like [ development, bug ]
- Commit your message like
development : JIRA-1234 | Added api's......
bug : JIRA-1234 | Fixed api's......