Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 622 Bytes

File metadata and controls

37 lines (21 loc) · 622 Bytes

Trello Sprint Stats Chrome Extension

screenshot

A chrome extension that displays stats of the current sprint on a Trello board. This includes the number of cards move to Done in the current sprint and a burn down chart.

Setup

npm install

Import as Visual Studio Code project

...

Build

npm run build

Add to chrome

Load the dist directory as an unpacked extension

Build in watch mode

npm run watch

Test

npx jest or npm run test