@yamada-ui/cli 1.1.1-dev-20240820141537 → 1.1.1-dev-20240820144046
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# @yamada-ui/cli
|
|
2
2
|
|
|
3
|
-
Generate TypeScript types to provide autocomplete for your custom theme.
|
|
4
|
-
|
|
5
3
|
## Installation
|
|
6
4
|
|
|
7
5
|
```sh
|
|
@@ -20,18 +18,6 @@ or
|
|
|
20
18
|
$ npm install @yamada-ui/cli
|
|
21
19
|
```
|
|
22
20
|
|
|
23
|
-
## Usage
|
|
24
|
-
|
|
25
|
-
```sh
|
|
26
|
-
pnpm yamada-cli token <path/to/your/theme.(js|ts)>
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### Options
|
|
30
|
-
|
|
31
|
-
- `--out <path>` output file to node_modules/@yamada-ui/core/dist/generated-theme.types.d.ts
|
|
32
|
-
- `--watch [path]` Watch directory for changes and rebuild
|
|
33
|
-
- `--help` display help for command
|
|
34
|
-
|
|
35
21
|
## Contribution
|
|
36
22
|
|
|
37
23
|
Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/yamada-ui/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
|