@lcap/create-plugin
v1.0.0-beta.20
Published
create lcap ide plugin
Readme
@lcap/create-plugin
Use command line to lcap plugin.
Installation
npm install -g @lcap/create-pluginExecution
Create folder test-plugin with default template vue-render.
There two kind of templates: vue-render, inject-script.
create-plugin test-pluginHelp
$ create-plugin --help
Usage: create-lcap-ide-plugin [options] [name]
Options:
-t, --template <name> choice template to create plugin (default: "vue-render")
-p, --port <number> choice port for dev server (default: "1613")
-v, --version display version for command
-h, --help display help for command