Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.38 KB

README.md

File metadata and controls

75 lines (44 loc) · 1.38 KB

chrome-wakatime

Automatic time tracking for stats about your website debugging, research, documentation, etc.

##Installation

  1. Install the extension:

Chrome Web Store

  1. Login to WakaTime.

  2. Use Chrome like you normally do and your time will be tracked for you automatically.

  3. Visit https://wakatime.com to see your logged time.

  4. Use in conjunction with other WakaTime plugins.

Screenshots

SC open

SC open

Options SC

Development instructions

For development purposes only.

To get started, install NPM and Bower dependencies, and do an initial build with Gulp:

npm start

To build the extension once:

npm run gulp

To monitor changes:

npm run watch

Run tests:

npm test

Lint code (Both JS and JSX):

jsxhint --jsx-only .

Automatic code linting

There is a precommit hook that lints the code before commiting the changes.

Load unpacked in Chrome

  1. Clone repository to disk
  2. Go to Settings -> Extensions
  3. Enable Developer mode
  4. Click Load unpacked extension...
  5. Select repository directory