vintage-cli
v0.3.1
Published
Vintage workflow command line interface
Downloads
10
Maintainers
Readme
vintage-cli
Command Line Interface for vintage-frontend generator
Install and update
npm install -g vintage-cli
or
yarn add vintage-cli global
prepend with
sudo
if you are running on*nix
OS.
Usage
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.
Commands
Execute command: vintage <command> <flags>
Available commands
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)
Version
Current version is 0.3.1
Credits
TARS-CLI was taken as the basis.
TARS-CLI author: Artem Malko.