1.1.9 • Published 4 years ago

bkp-cli v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

bkp-cli

A simple VUE-CLI for creating your project.

Installation

  npm install bkp-cli -g
  yarn global add bkp-cli

Usage

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 number

Note that if you are using MacOS, sudo was required while using commands add and delete.

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
1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago