Skip to content

Commit 7564b0a

Browse files
chore: use create-new-webpack-app name
1 parent 0d0747c commit 7564b0a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/create-webpack-app/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
### Usage
1818

1919
```bash
20-
npx @webpack-cli/create-webpack-app [command] [options]
20+
npx create-new-webpack-app [command] [options]
2121
```
2222

2323
### Commands
@@ -31,31 +31,31 @@ npx @webpack-cli/create-webpack-app [command] [options]
3131
**To generate default template**
3232

3333
```bash
34-
npx @webpack-cli/create-webpack-app
34+
npx create-new-webpack-app
3535
```
3636

3737
**To generate with default answers**
3838

3939
```bash
40-
npx @webpack-cli/create-webpack-app -f
40+
npx create-new-webpack-app -f
4141
```
4242

4343
or
4444

4545
```bash
46-
npx @webpack-cli/create-webpack-app --force
46+
npx create-new-webpack-app --force
4747
```
4848

4949
**To generate in a specified path**
5050

5151
```bash
52-
npx @webpack-cli/create-webpack-app [generation-path]
52+
npx create-new-webpack-app [generation-path]
5353
```
5454

5555
**To generate a project according to a template**
5656

5757
```bash
58-
npx @webpack-cli/create-webpack-app --template <template-name>
58+
npx create-new-webpack-app --template <template-name>
5959
```
6060

6161
Available templates:

packages/create-webpack-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@webpack-cli/create-webpack-app",
2+
"name": "create-new-webpack-app",
33
"version": "1.0.0",
44
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
55
"license": "MIT",

0 commit comments

Comments
 (0)