https://github.com/inspired-by-boredom/vintage-cli
CLI for vintage-frontend
https://github.com/inspired-by-boredom/vintage-cli
cli commanderjs generator-vintage-frontend nodejs
Last synced: 3 months ago
JSON representation
CLI for vintage-frontend
- Host: GitHub
- URL: https://github.com/inspired-by-boredom/vintage-cli
- Owner: Inspired-by-Boredom
- License: mit
- Created: 2017-07-06T12:24:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T00:21:37.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T17:41:44.754Z (about 2 years ago)
- Topics: cli, commanderjs, generator-vintage-frontend, nodejs
- Language: JavaScript
- Size: 65.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vintage-cli
[![NPM version][npm-image]][npm-url]
![][license-url]
Command Line Interface for [vintage-frontend](https://github.com/Inspired-by-Boredom/generator-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 `
#### 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 ` — start task (development or production)
## Version ##
Current version is 0.3.1
## Credits ##
[TARS-CLI](https://github.com/tars/tars-cli) was taken as the basis.
TARS-CLI author: [Artem Malko](https://github.com/artem-malko).
## License ##
[MIT License](https://github.com/Inspired-by-Boredom/vintage-cli/blob/master/LICENSE)
[npm-url]: https://www.npmjs.com/package/vintage-cli
[npm-image]: https://badge.fury.io/js/vintage-cli.svg
[license-url]: https://img.shields.io/npm/l/express.svg