Skip to content

Commit

Permalink
Merge branch 'master' of github.com:webpack/webpack-cli into docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshuchittora committed Jun 11, 2019
2 parents 8ac2b74 + 3857b0d commit d025bf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/init/README.md
Original file line number Diff line number Diff line change
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 d025bf5

Please sign in to comment.