Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andostronaut/webpackize
A predefined configuration for webpack.config.js
https://github.com/andostronaut/webpackize
cli config configuration generator typescript webpack webpack-boilerplate webpack-configuration
Last synced: 3 months ago
JSON representation
A predefined configuration for webpack.config.js
- Host: GitHub
- URL: https://github.com/andostronaut/webpackize
- Owner: andostronaut
- License: mit
- Created: 2023-04-07T13:18:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T04:46:46.000Z (over 1 year ago)
- Last Synced: 2024-10-06T06:04:21.912Z (4 months ago)
- Topics: cli, config, configuration, generator, typescript, webpack, webpack-boilerplate, webpack-configuration
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/webpackize
- Size: 502 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpackize
![build](https://github.com/iamando/webpackize/workflows/build/badge.svg)
![license](https://img.shields.io/github/license/iamando/webpackize?color=success)
![npm](https://img.shields.io/npm/v/webpackize)
![release](https://img.shields.io/github/release-date/iamando/webpackize)A predefined configuration for webpack.config.js
![Demo](docs/demo.png)
## Usage
Change directory to your project
```bash
cd project_name
```Recommended simple use case
```bash
# basic
npx webpackize# directly specify the project type for the config (ex: react, vue, next , etc...)
npx webpackize --project
```Using global installation
```bash
npm install -g webpackize # npm
yarn add global webpackize # yarn# you need just to call the package and it's done
webpackize# directly specify the project type for the config (ex: react, vue, next , etc...)
webpackize --project
```## Framework and Library supported
Project Type available for CLI:
- [React](https://react.dev/)
- [Vue](https://vuejs.org/)
- [Next](https://nextjs.org/)
- [Nuxt](https://nuxtjs.org/)## Support
Webpackize is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.
## License
Webpackize is [MIT licensed](LICENSE).