create-openui-plugin
v0.0.2
Published
Scaffold a new OpenUI plugin project in seconds.
Readme
create-openui-plugin
Scaffold a new OpenUI plugin project in seconds.
Usage
npx create-openui-pluginOr with pnpm:
pnpm dlx create-openui-pluginThis will prompt you for a plugin name, create the project directory, install dependencies, and scaffold a working plugin template.
Options
Usage: create-openui-plugin [OPTION]... [DIRECTORY]
Options:
-h, --help Show help
--overwrite Overwrite existing directorySee the plugin development guide for more details.
License
MIT
