Skip to content

Commit

Permalink
chore(docs): update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ymehmetcan committed Nov 4, 2024
1 parent bd41251 commit 071582c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Before you start, ensure you are in the directory where you want to create your
To create a new project interactively, run:

```bash
npx commencis create
npx @commencis/cli create
```

### Non-Interactive Mode

To create a new project without prompts, use the following command:

```bash
npx commencis create [project-name] [options]
npx @commencis/cli create [project-name] [options]
```

For example, to create a project named “my-app” using the React Vite template, you would run:

```bash
npx commencis create my-app --template react-vite
npx @commencis/cli create my-app --template react-vite
```

## Options
Expand Down

0 comments on commit 071582c

Please sign in to comment.