A plugin api for imdone: Kanban for Developers: In Your Markdown and Code.
plugins
folder under your project's .imdone
folder.
/my/project/path/.imdone/plugins
plugins
and give it a name like MyPlugin
.
My directory structure looks like this....imdone
├── config.yml
└── plugins
└── myPlugin
├── index.js
├── node_modules
├── package-lock.json
└── package.json