Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/webpack-contrib/webpack-defaults
- Owner: webpack-contrib
- License: mit
- Created: 2017-01-28T09:25:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:29:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T12:06:59.357Z (10 days ago)
- Topics: boilerplate, mrm, template, webpack-utility
- Language: JavaScript
- Size: 4.06 MB
- Stars: 110
- Watchers: 13
- Forks: 29
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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