You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.. | ||
lib | 3 weeks ago | |
CHANGELOG.md | 3 weeks ago | |
LICENSE | 3 weeks ago | |
README.md | 3 weeks ago | |
package.json | 3 weeks ago |
README.md
webpack-cli init
Description
This package contains the logic to create a new webpack configuration.
Installation
npm i -D webpack-cli @webpack-cli/init
Usage
CLI (via webpack-cli
)
Via defaults
npx webpack-cli init
To generate default configs
npx webpack-cli init --auto
To scaffold in a specified path
npx webpack-cli init --generation-path [path]
Via custom scaffold
- Using package on
npm
npx webpack-cli init webpack-scaffold-[name]
- Using path to a local directory
npx webpack-cli init [path]