Skip to content

Commit 87f3458

Browse files
authored
Merge pull request #10 from nicoespeon/master
Add Trello Kanban Analysis Tool (TKAT)
2 parents 6801d7e + c064e19 commit 87f3458

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data/images/tkat.png

207 KB
Loading

data/projects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
// When you add a new project, please add it to the top of the array!
22

33
export default [
4+
{
5+
name: 'Trello Kanban Analysis Tool (TKAT)',
6+
description: 'Analyse Kanban metrics from a Trello board',
7+
repository: 'https://github.com/nicoespeon/trello-kanban-analysis-tool',
8+
homepage: 'http://nicoespeon.com/trello-kanban-analysis-tool/',
9+
screenshot: 'data/images/tkat.png'
10+
},
11+
412
{
513
name: 'FRP Bowling Kata',
614
description: 'Bowling Scoring Problem and TDD Screencasts',

0 commit comments

Comments
 (0)