https://github.com/alienzhou/generator-webpack-kickoff
a yeoman generator to start a webpack project quickly
https://github.com/alienzhou/generator-webpack-kickoff
cli rollup scaffolding webpack yeoman-generator
Last synced: about 1 year ago
JSON representation
a yeoman generator to start a webpack project quickly
- Host: GitHub
- URL: https://github.com/alienzhou/generator-webpack-kickoff
- Owner: alienzhou
- License: mit
- Created: 2019-05-01T15:01:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T07:14:42.000Z (about 7 years ago)
- Last Synced: 2025-04-18T14:56:36.849Z (about 1 year ago)
- Topics: cli, rollup, scaffolding, webpack, yeoman-generator
- Language: JavaScript
- Homepage: https://alienzhou.github.io/webpack-kickoff-template/
- Size: 8.79 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-webpack-kickoff
[](https://www.npmjs.com/package/generator-webpack-kickoff) [](https://opensource.org/licenses/mit-license.php)
## Background
Help you to quickly start a project based on [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/).
In my work, I often need to start a tiny demo quickly to
- try a npm lib by `import`
- test/try a webpack plugin or loader
- write a demo page for some features
- develop a library
- ……
Without configuring Wepack/Rollup, `generator-webpack-kickoff` makes these more simple.
## Install
Install Yeoman and generator-webpack-kickoff (we assume you have pre-installed node.js).
```bash
npm install -g yo
npm install -g generator-webpack-kickoff
```
## Usage
```bash
yo webpack-kickoff
```
## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](https://yeoman.io/).
## License
MIT