Skip to content

Commit b8d5511

Browse files
Merge pull request #832 from pranshuchittora/docs
docs(packages): adds downloads/month img shield
2 parents 963c85f + 6a0375a commit b8d5511

File tree

12 files changed

+45
-16
lines changed

12 files changed

+45
-16
lines changed

packages/add/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli add
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/add.svg)](https://www.npmjs.com/package/@webpack-cli/add)
4+
35
## Description
46

57
This package contains the logic to add new properties in a webpack configuration file. It will run a generator that prompts the user for questions of which property to add to their webpack configuration file.

packages/generate-loader/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli generate-loader
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/generate-loader.svg)](https://www.npmjs.com/package/@webpack-cli/generate-loader)
4+
35
## Description
46

57
This package contains the logic to initiate new loader projects.
@@ -24,4 +26,4 @@ generateLoader();
2426
### CLI (via `webpack-cli`)
2527
```bash
2628
npx webpack-cli generate-loader
27-
```
29+
```

packages/generate-plugin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli generate-plugin
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/generate-plugin.svg)](https://www.npmjs.com/package/@webpack-cli/generate-plugin)
4+
35
## Description
46

57
This package contains the logic to initiate new plugin projects.
@@ -23,4 +25,4 @@ generatePlugin();
2325
### CLI (via `webpack-cli`)
2426
```bash
2527
npx webpack-cli generate-plugin
26-
```
28+
```

packages/generators/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli generators
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/generators.svg)](https://www.npmjs.com/package/@webpack-cli/generators)
4+
35
## Description
46

57
This package contains all webpack-cli related yeoman generators.

packages/info/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli info
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/info.svg)](https://www.npmjs.com/package/@webpack-cli/info)
4+
35
## Description
46

57
This pacakge returns a set of information related to the local enviroment.

packages/init/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli init
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/init.svg)](https://www.npmjs.com/package/@webpack-cli/init)
4+
35
## Description
46

57
This package contains the logic to create a new webpack configuration.

packages/migrate/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli migrate
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/migrate.svg)](https://www.npmjs.com/package/@webpack-cli/migrate)
4+
35
## Description
46

57
This package contains the logic to migrate a project from one version to the other.
@@ -25,4 +27,4 @@ migrate(null, null, inputPath, outputPath);
2527
### CLI (via `webpack-cli`)
2628
```bash
2729
npx webpack-cli migrate
28-
```
30+
```

packages/remove/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli remove
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/remove.svg)](https://www.npmjs.com/package/@webpack-cli/remove)
4+
35
## Description
46

57
This package contains the logic to remove properties of a webpack configuration file. It will run a generator that prompts the user for questions of which property to remove in their webpack configuration file.
@@ -23,4 +25,4 @@ remove();
2325
### CLI (via `webpack-cli`)
2426
```bash
2527
npx webpack-cli remove
26-
```
28+
```

packages/serve/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli serve
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/serve.svg)](https://www.npmjs.com/package/@webpack-cli/serve)
4+
35
## Description
46

57
This package contains the logic to run webpack-serve without using webpack-serve directly.
@@ -23,4 +25,4 @@ serve();
2325
### CLI (via `webpack-cli`)
2426
```bash
2527
npx webpack-cli serve
26-
```
28+
```

packages/update/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-cli update
22

3+
[![npm](https://img.shields.io/npm/dm/@webpack-cli/update.svg)](https://www.npmjs.com/package/@webpack-cli/update)
4+
35
## Description
46

57
This package contains the logic to update properties in a webpack configuration file. It will run a generator that prompts the user for questions of which property to update in their webpack configuration file.
@@ -23,4 +25,4 @@ update();
2325
### CLI (via `webpack-cli`)
2426
```bash
2527
npx webpack-cli update
26-
```
28+
```

0 commit comments

Comments
 (0)