Command Line Interface for vintage-frontend generator
npm install -g vintage-cli
or
yarn add vintage-cli global
prepend with
sudo
if you are running on*nix
OS.
Run vintage -v
or vintage --version
to display current version of vintage-cli and vintage-frontend.
Also, you can run vintage -h
or vintage --help
to get information about available commands and flags.
Execute command: vintage <command> <flags>
init
— run yeoman vintage-frontend generator to initialize new project.
update
— update vintage-cli.
update-project
— update gulp tasks, webpack config and package.json in current project (if updates are available).
Available flags:
-f, --force — force update, even you have the latest version
run <taskName>
— start task (development or production)
Current version is 0.3.1
TARS-CLI was taken as the basis.
TARS-CLI author: Artem Malko.