bkp-cli
v1.1.9
Published
A simple VUE-CLI for creating your project.
Readme
bkp-cli
A simple VUE-CLI for creating your project.
Installation
npm install bkp-cli -g
yarn global add bkp-cliUsage
Open your terminal and type bkp or bkp -h , you'll see the help infomation below:
Usage: bkp <command>
Commands:
add Add a new template
delete Delete a template
list List all the templates
init Generate a new project
Options:
-h, --help output usage information
-V, --version output the version numberNote that if you are using
MacOS,sudowas required while using commandsaddanddelete.
For example
bkp init first my_project(Name of your project)
cd my_project
yarn || npm i || cnpm i
If you need to use the default template
bkp create my_project(Name of your project)
cd my_project
yarn || npm i || cnpm i
