Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: added auto flag in docs for init command
  • Loading branch information
anikethsaha committed Jun 10, 2019
1 parent 858a532 commit dede7d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/init/README.md
Expand Up @@ -36,6 +36,11 @@ init([null, null, ...myPacakges]);
npx webpack-cli init
```

**To generate default configs**
```bash
npx webpack-cli init --auto
```

**Via custom scaffold**

1. Using package on `npm`
Expand Down

0 comments on commit dede7d8

Please sign in to comment.