0.0.16 • Published 5 months ago

imdone-api v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

  1. Create a plugins folder under your project's .imdone folder. /my/project/path/.imdone/plugins
  2. Create a folder for your plugin under 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
  3. Look at imdone/imdone-sample-plugin: A sample plugin for Imdone for inspiration.
  4. To make your plugin available for all imdone users, open a PR at imdone/imdone-plugins.

Join the discussion on discord

0.0.16

5 months ago

0.0.15

7 months ago

0.0.14

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago