Skip to content

Commit

Permalink
Merge pull request #947 from anikethsaha/docs/init
Browse files Browse the repository at this point in the history
docs: added auto flag in docs for init command
  • Loading branch information
evenstensberg committed Jun 11, 2019
2 parents 7f4d100 + dede7d8 commit 3857b0d
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 3857b0d

Please sign in to comment.