Skip to content

Commit df67e49

Browse files
authored
chore: add create command to readme (#9126)
1 parent c0de90e commit df67e49

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

.changeset/tasty-steaks-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"shadcn": patch
3+
---
4+
5+
add create command to readme

packages/shadcn/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
A CLI for adding components to your project.
44

5-
## Usage
5+
## create
6+
7+
Use the `create` command to create a new project. You will be taken to a website to build your custom design system and choose your framework.
8+
9+
```bash
10+
npx shadcn create
11+
```
12+
13+
## init
614

715
Use the `init` command to initialize dependencies for a new project.
816

9-
The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.js`, and CSS variables for the project.
17+
The `init` command installs dependencies, adds the `cn` util, configures Tailwind CSS, and CSS variables for the project.
1018

1119
```bash
1220
npx shadcn init
@@ -40,4 +48,4 @@ Visit https://ui.shadcn.com/docs/cli to view the documentation.
4048

4149
## License
4250

43-
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).
51+
Licensed under the [MIT license](https://github.com/shadcn-ui/ui/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)