Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Thus, webpack CLI provides different commands for many common tasks.

The project also has several utility packages which are used by other commands

- [`utils`](./packages/utils/README.md) - Several utilities used across webpack-cli.
- [`generators`](./packages/generators/README.md) - Contains all webpack-cli related yeoman generators.

## Getting started
Expand Down
12 changes: 6 additions & 6 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This folder is the collection of those packages.

## Packages

1. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
2. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
3. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
4. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate)
5. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
6. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
1. [configtest](https://github.com/webpack/webpack-cli/tree/master/packages/configtest)
2. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
3. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
4. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
5. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate)
6. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
7. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)

## Generic Installation
Expand Down