imdone-api
v1.48.0
Published
Plugin API for imdone
Downloads
2,528
Readme
imdone-api
A plugin api for imdone: Kanban with extreme context. Starting in Imdone 2.0, you will be able to search and download plugins. In the mean time, you can get started creating and sharing plugins with the community.
Creating a plugin for Imdone
- Create a
plugins
folder under your project's.imdone
folder./my/project/path/.imdone/plugins
- Create a folder for your plugin under
plugins
and give it a name likeMyPlugin
. My directory structure looks like this....imdone ├── config.yml └── plugins └── myPlugin ├── index.js ├── node_modules ├── package-lock.json └── package.json
- Look at imdone/imdone-sample-plugin: A sample plugin for Imdone for inspiration.
- To make your plugin available for all imdone users, open a PR at imdone/imdone-plugins.