Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melt-ui/cli
https://github.com/melt-ui/cli
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melt-ui/cli
- Owner: melt-ui
- License: mit
- Created: 2023-08-19T22:29:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T17:44:36.000Z (11 months ago)
- Last Synced: 2024-04-16T15:45:52.970Z (7 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @melt-ui/cli
CLI for initializing your SvelteKit app with MeltUI.
## Usage
```bash
npx @melt-ui/cli@latest init
``````bash
Usage: @melt-ui/cli init [options]Installs MeltUI in your SvelteKit project.
Options:
-y, --yes Skip confirmation prompt.
-c, --cwd The working directory.
-h, --help display help for command
```