Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Jul 18, 2024
1 parent fca13f9 commit 2002ce1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/www/src/content/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Usage: shadcn-svelte init [options]
initialize your project and install dependencies
Options:
-c, --cwd <cwd> the working directory. defaults to the current directory.
-ts, --typescript use TypeScript
-s, --style <name> the style (choices: "default", "new-york")
-bc, --base-color <name> the base color for the components (choices: "slate", "gray", "zinc", "neutral", "stone")
-gc, --global-css <path> path to the global css file
-tc, --tailwind-config <path> path to the tailwind config file
-ca, --component-alias <path> import alias for components
-ua, --utils-alias <path> import alias for utils
-h, --help display help for command
-c, --cwd <cwd> the working directory. defaults to the current directory. (default: the current directory)
-T, --typescript use TypeScript
--style <name> the style for the components (choices: "default", "new-york")
--base-color <name> the base color for the components (choices: "slate", "gray", "zinc", "neutral", "stone")
--css <path> path to the global CSS file
--tailwind-config <path> path to the tailwind config file
--components-alias <path> import alias for components
--utils-alias <path> import alias for utils
-h, --help display help for command
```

## add
Expand Down

0 comments on commit 2002ce1

Please sign in to comment.