Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webpack-contrib/webpack-defaults

Defaults to be shared across webpack projects
https://github.com/webpack-contrib/webpack-defaults

boilerplate mrm template webpack-utility

Last synced: 3 days ago
JSON representation

Defaults to be shared across webpack projects

Awesome Lists containing this project

README

        





[![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