-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
Description
Replace or add to the contents of the readme with the args version from the cli.
cli/packages/sv/lib/create/shared/README.md
Lines 5 to 15 in fc8fc8c
| ## Creating a project | |
| If you're seeing this, you've probably already done this step. Congrats! | |
| ```sh | |
| # create a new project in the current directory | |
| npx sv create | |
| # create a new project in my-app | |
| npx sv create my-app | |
| ``` |
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
# Some comment
+ pnpm dlx sv create --template minimal --types ts --add storybook --install pnpm ./