Files
strapi/examples/plugins/todo-example/README.md
Ben Irvin 59f37e17a4 chore(examples): remove sdk-plugin from todo-example plugin (#26341)
* chore(examples): remove sdk-plugin from todo-example plugin

Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: add readme for plugin

* chore(examples): use npx to build plugin
2026-05-18 17:46:24 +02:00

718 B

strapi-plugin-todo-example

Optional contributor sandbox plugin for the Strapi monorepo.

Try it in getstarted

  1. From this folder, run yarn build (uses npx @strapi/sdk-plugin@6.0.1 — not a workspace dependency).
  2. In examples/getstarted/config/plugins.js, set todo.enabled to true.
  3. From examples/getstarted, run yarn develop.

dist/ is gitignored; the build step is required before enabling the plugin.

Publishing a plugin outside this repo

For plugins installed from npm, add @strapi/sdk-plugin as a devDependency and point exports at built files under dist/. See sdk-plugin and in-repo packages such as packages/plugins/color-picker.