Skip to content

Commit dede7d8

Browse files
authored
docs: added auto flag in docs for init command
1 parent 858a532 commit dede7d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/init/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ init([null, null, ...myPacakges]);
3636
npx webpack-cli init
3737
```
3838

39+
**To generate default configs**
40+
```bash
41+
npx webpack-cli init --auto
42+
```
43+
3944
**Via custom scaffold**
4045

4146
1. Using package on `npm`

0 commit comments

Comments
 (0)