@webpack-contrib/defaults
Version:
Project configuration and boilerplate defaults for webpack projects
57 lines (42 loc) • 1.87 kB
Markdown
<div align="center">
<a href="https://github.com/webpack/webpack">
<img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg">
</a>
</div>
[![npm][npm]][npm-url]
[![node][node]][node-url]
[![deps][deps]][deps-url]
[![tests][tests]][tests-url]
[![chat][chat]][chat-url]
[![size][size]][size-url]
# webpack-defaults
Project configuration and boilerplate defaults for webpack projects
## Getting Started
To begin, you'll need to install `webpack-defaults`:
```console
$ npm install @webpack-contrib/defaults --save-dev
```
After install a `defaults` NPM script will be written to the local
`package.json`. To sync a project with webpack-defaults, simply run:
```
npm run defaults
```
## Contributing
Please take a moment to read our contributing guidelines if you haven't yet done so.
#### [CONTRIBUTING](./.github/CONTRIBUTING.md)
## License
#### [MIT](./LICENSE)
[npm]: https://img.shields.io/npm/v/@webpack-contrib/defaults.svg
[npm-url]: https://npmjs.com/package/@webpack-contrib/defaults
[node]: https://img.shields.io/node/v/@webpack-contrib/defaults.svg
[node-url]: https://nodejs.org
[deps]: https://david-dm.org/webpack-contrib/webpack-defaults.svg
[deps-url]: https://david-dm.org/webpack-contrib/webpack-defaults
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/webpack-defaults.svg
[tests-url]: https://circleci.com/gh/webpack-contrib/webpack-defaults
[cover]: https://codecov.io/gh/webpack-contrib/webpack-defaults/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/webpack-contrib/webpack-defaults
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack
[size]: https://packagephobia.now.sh/badge?p=@webpack-contrib/defaults
[size-url]: https://packagephobia.now.sh/result?p=@webpack-contrib/defaults