1.0.1 • Published 1 year ago

vue-starter-pack-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Usage

~$ vsp --help
Usage: vsp <parameter> to start using vue starter pack

Options:
        --version             Show version number.              [boolean]
    -r, --repository          Get a repository  .               [boolean]
        --help                Show help.                        [boolean]
    -s, --start               Start a new project base in vlc   [boolean]

:warning: to start a project you must define the project name

Installation

  1. Clone the repository and then navigate to it.
  2. Run npm install to install the dependencies.
  3. Run npm install -g . to install the CLI.

:warning: This might cause an error which can be resolved easily by using sudo with the command, however, using sudo with npm is not recommended because it might cause permission issues later. So instead put the code below in your .bashrc file and then run the above command again.

npm set prefix ~/.npm
PATH="$HOME/.npm/bin:$PATH"
PATH="./node_modules/.bin:$PATH"
  1. Now you are good to go and can use the CLI globally!

Type vsp or vsp --help to get started.

License

MIT