CLI tool to create new Multimodal Observer plugins
npm install create-mopcreate-mop is a standalone command-line tool for generating new Multimodal Observer (MOo) plugins with the proper structure, templates, and metadata.
It is built to simplify the creation of MOo plugins without manually setting up files or folders.
---
- Interactive project generator for MO plugins.
- Creates ready-to-edit project structure:
- metadata.json for plugin metadata.
- Code skeletons and property templates.
- Icon and locale folders.
- Quick setup with npx create-mop
---
Run the CLI directly with npx:
``bash``
npx create-mop
Follow the interactive prompts to configure your new plugin project.
After completion, a full plugin project will be generated in a new directory.