Skip to content

Commit

Permalink
Merge pull request #616 from rishabh3112/patch-4
Browse files Browse the repository at this point in the history
docs(readme): update links
  • Loading branch information
evenstensberg committed Sep 29, 2018
2 parents 4cba51d + f3a225a commit 99f5a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -20,8 +20,9 @@
# webpack CLI

* [About](#about)
- [How to install](#how-to-install)
* [Getting Started](#getting-started)
* [How It Works](#how-it-works)
* [webpack CLI Scaffolds](#webpack-cli-scaffolds)
* Commands
- [`webpack-cli init`](./packages/init/README.md#webpack-cli-init)
- [`webpack-cli add`](./packages/add/README.md#webpack-cli-add)
Expand Down Expand Up @@ -60,7 +61,7 @@ npx webpack-cli init

You will answer many questions when running the `init` so webpack CLI can provide the best fitting configuration.

## webpack Add-ons
## webpack CLI Scaffolds

With v3 of webpack CLI, we introduced scaffolding as an integral part of the CLI. Our goal is to simplify the creation of webpack configurations for different purposes. Additionally, sharing such solutions with the community is beneficial and with webpack Addon's we want to allow this. We provide `webpack-scaffold` as a utility suite for creating these add-ons. It contains functions that could be of use for creating an addon yourself.

Expand Down

0 comments on commit 99f5a69

Please sign in to comment.