lingow / twchrome

MIT License
0 stars 0 forks source link

A Chrome extension for Taskwarrior, using inthe.am as backend.

Features

Instructions

Stack

Developing

  1. Clone the repository.
  2. Remove .git directory.
  3. Run npm install.
  4. Change the package information in package.json, i.e. name, description, etc.
  5. Change the package information in dist/manifest.json, i.e. name, description, etc.
  6. Run npm run build.
  7. Load your extension on Chrome from dist.

Unit testing

  1. Run npm run test.

Credits

Based on https://github.com/ninoseki/ts-jest-chrome-extension-starter for the chrome-extension boilerplate code and project structure.