2.0.2 • Published 9 years ago
webpack-boilerplate-cli v2.0.2
Webpack boilerplate CLI
A simple CLI creating webpack project using boilerplate
Simple CLI creating webpack project using gweltaz-calori/webpack-boilerplate.
This project is mainly inspired by vue-cli.
Installation
Prerequisites: Node.js and Git.
npm install -g webpack-boilerplate-cliUsage
webpack-init <project-name>Example:
webpack-init my-projectThe above command pulls the gweltaz-calori/webpack-boilerplate repository, and generates the project at ./my-project/.
What's next
- Prompt question about the project in order to change the
packages.json(name, description, author, ...)
Contributing
If you want a new feature to be included, open a issue with the feature request label.
Help is welcome ! If you want to create new feature or fix bug, fork this repo and open a pull request.