1 | <div align="center">
|
2 | <a href="https://github.com/webpack/webpack">
|
3 | <img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg">
|
4 | </a>
|
5 | </div>
|
6 |
|
7 | [![npm][npm]][npm-url]
|
8 | [![node][node]][node-url]
|
9 | [![deps][deps]][deps-url]
|
10 | [![tests][tests]][tests-url]
|
11 | [![chat][chat]][chat-url]
|
12 | [![size][size]][size-url]
|
13 |
|
14 | # webpack-defaults
|
15 |
|
16 | Project configuration and boilerplate defaults for webpack projects
|
17 |
|
18 | ## Getting Started
|
19 |
|
20 | To begin, you'll need to install `webpack-defaults`:
|
21 |
|
22 | ```console
|
23 | $ npm install @webpack-contrib/defaults --save-dev
|
24 | ```
|
25 |
|
26 | After install a `defaults` NPM script will be written to the local
|
27 | `package.json`. To sync a project with webpack-defaults, simply run:
|
28 |
|
29 | ```
|
30 | npm run defaults
|
31 | ```
|
32 |
|
33 | ## Contributing
|
34 |
|
35 | Please take a moment to read our contributing guidelines if you haven't yet done so.
|
36 |
|
37 | #### [CONTRIBUTING](./.github/CONTRIBUTING)
|
38 |
|
39 | ## License
|
40 |
|
41 | #### [MIT](./LICENSE)
|
42 |
|
43 | [npm]: https://img.shields.io/npm/v/@webpack-contrib/defaults.svg
|
44 | [npm-url]: https://npmjs.com/package/@webpack-contrib/defaults
|
45 | [node]: https://img.shields.io/node/v/@webpack-contrib/defaults.svg
|
46 | [node-url]: https://nodejs.org
|
47 | [deps]: https://david-dm.org/webpack-contrib/webpack-defaults.svg
|
48 | [deps-url]: https://david-dm.org/webpack-contrib/webpack-defaults
|
49 | [tests]: https://img.shields.io/circleci/project/github/webpack-contrib/webpack-defaults.svg
|
50 | [tests-url]: https://circleci.com/gh/webpack-contrib/webpack-defaults
|
51 | [cover]: https://codecov.io/gh/webpack-contrib/webpack-defaults/branch/master/graph/badge.svg
|
52 | [cover-url]: https://codecov.io/gh/webpack-contrib/webpack-defaults
|
53 | [chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
|
54 | [chat-url]: https://gitter.im/webpack/webpack
|
55 | [size]: https://packagephobia.now.sh/badge?p=@webpack-contrib/defaults
|
56 | [size-url]: https://packagephobia.now.sh/result?p=@webpack-contrib/defaults
|