# Hello Plugin Minimal IdeA plugin example using the public SDK types. ```sh npm run typecheck:examples npm run package:hello-plugin ``` The installable archive is emitted at `examples/hello-plugin/build/hello-plugin-0.1.0.zip`. It contains `idea-plugin.json` at the ZIP root and the compiled ESM entrypoint at `dist/index.js`, matching the manifest `main` field.