Skip to content

Commit

Permalink
chore: use create-new-webpack-app name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 19, 2024
1 parent 0d0747c commit 7564b0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/create-webpack-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### Usage

```bash
npx @webpack-cli/create-webpack-app [command] [options]
npx create-new-webpack-app [command] [options]
```

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

```bash
npx @webpack-cli/create-webpack-app
npx create-new-webpack-app
```

**To generate with default answers**

```bash
npx @webpack-cli/create-webpack-app -f
npx create-new-webpack-app -f
```

or

```bash
npx @webpack-cli/create-webpack-app --force
npx create-new-webpack-app --force
```

**To generate in a specified path**

```bash
npx @webpack-cli/create-webpack-app [generation-path]
npx create-new-webpack-app [generation-path]
```

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

```bash
npx @webpack-cli/create-webpack-app --template <template-name>
npx create-new-webpack-app --template <template-name>
```

Available templates:
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webpack-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@webpack-cli/create-webpack-app",
"name": "create-new-webpack-app",
"version": "1.0.0",
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
"license": "MIT",
Expand Down

0 comments on commit 7564b0a

Please sign in to comment.