New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imdone-api

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imdone-api

Plugin API for imdone

1.54.0
latest
Source
npm
Version published
Weekly downloads
63
-57.14%
Maintainers
0
Weekly downloads
 
Created
Source

imdone-api

A plugin api for imdone: Kanban for Developers: In Your Markdown and Code.

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 like MyPlugin. 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.
  • Review the plugin api docs
  • To make your plugin available for all imdone users, open a PR at imdone/imdone-plugins.

Join the discussion on discord

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts