create-webim-plugin
v1.2.0
Published
npm create webim-plugin — scaffold a Web-IM builder plugin project (alias for webim-plugin init)
Readme
create-webim-plugin
The npm create flow for webim-plugin:
npm create webim-plugin my-widgetis exactly webim-plugin init my-widget — it scaffolds a Web-IM builder
plugin project (webim-plugin.json, src/, README). Everything else
(build, push, dev) lives in the webim-plugin CLI; see its README.
Note: on npm ≥ 11.17, installing the scaffolded project's dependencies may print an
allow-scriptswarning about esbuild's postinstall script. It's safe to ignore — esbuild's platform binary is installed viaoptionalDependencies, so builds work without the script. To silence it, add"allowScripts": { "esbuild": true }to the project'spackage.json.
