Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agirton/webpack-init
Initialize a base webpack config
https://github.com/agirton/webpack-init
Last synced: 2 months ago
JSON representation
Initialize a base webpack config
- Host: GitHub
- URL: https://github.com/agirton/webpack-init
- Owner: agirton
- License: mit
- Created: 2016-01-01T01:19:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T16:51:52.000Z (over 7 years ago)
- Last Synced: 2024-10-12T23:23:33.248Z (3 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
This package is no longer supported now that [webpack-init](https://github.com/webpack/webpack-cli) is live. Use that, it's great!# webpack init
Initialize simple [webpack](http://webpack.github.io) config file## Installation
To install the latest stable version:
```
npm install --save-dev webpack-init
```## To Run
`webpack-init`Once you run the command it will ask a series of questions and then once you have
selected your loaders it fires off a `node child process` to install all of those
for you.## License
MIT