Skip to content

trgkanki/remaining_time

Repository files navigation

Remaining time

Donate via patreon AnkiWeb page

This addon shows you how much time it takes to complete a deck. Essential addon.

Remaining Time Example

Developing

  1. git clone this repo
  2. npm i to install dependencies & linters
  3. For TS changes, npm run dev:js to compile your changes continuously
  4. npm run build to create .ankiaddon file.
  5. npm run dist to build and tag your release. Note that this script automatically tags your release!