UNPKG

@lcap/create-plugin

Version:

create lcap ide plugin

31 lines (22 loc) 684 B
# @lcap/create-plugin Use command line to lcap plugin. ## Installation ```bash npm install -g @lcap/create-plugin ``` ## Execution Create folder ```test-plugin``` with default template ```vue-render```.\ There two kind of templates: ```vue-render```, ```inject-script```. ```bash create-plugin test-plugin ``` ## Help ```sh $ 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 ```