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: about 1 year 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T04:46:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T04:18:06.774Z (over 1 year 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




A predefined configuration for webpack.config.js

## 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).