{"id":42837147,"url":"https://github.com/imdone/imdone-api","last_synced_at":"2026-01-30T11:45:21.413Z","repository":{"id":57272462,"uuid":"429083830","full_name":"imdone/imdone-api","owner":"imdone","description":"Imdone plugin api: Frictionless kanban for your markdown and code","archived":false,"fork":false,"pushed_at":"2025-04-18T01:40:17.000Z","size":209,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T19:55:43.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://imdone.github.io/imdone-api/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-17T14:42:38.000Z","updated_at":"2025-04-18T01:40:21.000Z","dependencies_parsed_at":"2024-03-12T16:03:52.922Z","dependency_job_id":"38a1eb5d-ddf4-4c6c-b577-5c47660f956b","html_url":"https://github.com/imdone/imdone-api","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"61d9c4f48da3b21ec7a62e92c74aa142cfccf011"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/imdone/imdone-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdone","download_url":"https://codeload.github.com/imdone/imdone-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdone%2Fimdone-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-30T11:45:20.696Z","updated_at":"2026-01-30T11:45:21.406Z","avatar_url":"https://github.com/imdone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imdone-api\n\nA plugin api for [imdone: Kanban for Developers: In Your Markdown and Code](https://imdone.io/).\n\n## Creating a plugin for Imdone\n1. Create a `plugins` folder under your project's `.imdone` folder.\n   `/my/project/path/.imdone/plugins`\n1. Create a folder for your plugin under `plugins` and give it a name like `MyPlugin`.\n   My directory structure looks like this...\n   ```bash\n   .imdone\n   ├── config.yml\n   └── plugins\n       └── myPlugin\n           ├── index.js\n           ├── node_modules\n           ├── package-lock.json\n           └── package.json\n   ```\n1. Look at [imdone/imdone-sample-plugin: A sample plugin for Imdone](https://github.com/imdone/imdone-sample-plugin) for inspiration.\n1. Review the plugin [api docs](https://imdone.github.io/imdone-api/)\n2. To make your plugin available for all imdone users, open a PR at [imdone/imdone-plugins](https://github.com/imdone/imdone-plugins). \n\n## Naming your plugin\n\nTo identify your plugin imdone requires an implementation of the Plugin class `get pluginName` method. This method should return a string that is the name of your plugin. The name should follow these guidelines:\n\n- Use camelCase for the name of your plugin. For example, `myPlugin`.\n- Don't use the name `imdone` in your plugin name. This is reserved for the imdone core.\n- Use a name that describes what your plugin does.\n- Use a name that is unique to your plugin. This will help avoid conflicts with other plugins.\n## Join the discussion on [discord](https://discord.gg/ZAETw2dC)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdone%2Fimdone-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdone%2Fimdone-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdone%2Fimdone-api/lists"}