Yeoman genertor for webpack plugin.
npm install -g yo
npm install -g afeiship/generator-webpack-plugin
Then generate your new project:
yo webpack-plugin
.
├── .babelrc
├── .editorconfig
├── .gitignore
├── .npmignore
├── .npmrc
├── LICENSE.txt
├── README.md
├── index.js
├── lib
│ └── process.js
└── package.json