create-mop
v1.0.2
Published
CLI tool to create new Multimodal Observer plugins
Readme
Create Multimodal Observer Plugin
create-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.
🚀 Features
- Interactive project generator for MO plugins.
- Creates ready-to-edit project structure:
metadata.jsonfor plugin metadata.- Code skeletons and property templates.
- Icon and locale folders.
- Quick setup with
npx create-mop
🛠️ Usage
Quick Start
Run the CLI directly with npx:
npx create-mopFollow the interactive prompts to configure your new plugin project.
After completion, a full plugin project will be generated in a new directory.
