Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 18, 2024
1 parent 49a874c commit 927e7bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ This folder is the collection of those packages.
## Packages

1. [configtest](https://github.com/webpack/webpack-cli/tree/master/packages/configtest)
2. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
2. [create-webpack-app](https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app)
3. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
4. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
5. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)

## Generic Installation

1. Standalone installation of packages

```shell
npm install @webpack-cli/<package>
```

2. Installation of respective `package` with `webpack-cli` [Recommended]
Standalone installation of packages (except `create-webpack-app`, it is a self-sufficient package)

```shell
npm install webpack-cli @webpack-cli/<package>
Expand Down

0 comments on commit 927e7bc

Please sign in to comment.