# webpack-init

> Script to initialize your webpack projects

Latest version **0.1.2** (published 2016-10-15) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install webpack-init
pnpm add webpack-init
yarn add webpack-init
bun add webpack-init
```

Provides the command `webpack-init`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2016-10-15 |
| First published | 2016-01-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Adam Girton |
| Maintainers | agirton |
| Keywords | webpack, webpack-init, webpack initialize |

## Links

- npm: https://www.npmjs.com/package/webpack-init
- Repository: https://github.com/agirton/webpackinit
- Homepage: https://github.com/agirton/webpack-init
- Issues: https://github.com/agirton/webpack-init/issues
- npm.io page: https://npm.io/package/webpack-init

## Dependencies (4)

- [ramda](https://npm.io/package/ramda.md) 0.22.1
- [inquirer](https://npm.io/package/inquirer.md) 1.2.2
- [path-exists](https://npm.io/package/path-exists.md) 3.0.0
- [stringify-object](https://npm.io/package/stringify-object.md) 2.4.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2016-10-15
- 0.1.1 — 2016-08-01
- 0.1.0 — 2016-06-29
- 0.0.4 — 2016-01-03
- 0.0.3 — 2016-01-03
- 0.0.1 — 2016-01-03

## README

# 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

---
_Source: https://npm.io/package/webpack-init · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
