@cloudwick/astral-ui-cli 0.1.1 → 0.2.1
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
CHANGED
|
@@ -121,6 +121,7 @@ astral-ui add [component...]
|
|
|
121
121
|
| `--all` | `-a` | Add all available components |
|
|
122
122
|
| `--path <path>` | `-p` | Specify the path to add the component to |
|
|
123
123
|
| `--silent` | `-s` | Mute output |
|
|
124
|
+
| `--skip-dependencies` | | Skip installing internal component dependencies |
|
|
124
125
|
|
|
125
126
|
#### Examples
|
|
126
127
|
|
|
@@ -133,6 +134,9 @@ astral-ui add --all
|
|
|
133
134
|
|
|
134
135
|
# Add a component to a specific directory
|
|
135
136
|
astral-ui add button --path ./components/custom
|
|
137
|
+
|
|
138
|
+
# Skip installing internal component dependencies
|
|
139
|
+
astral-ui add button --skip-dependencies
|
|
136
140
|
```
|
|
137
141
|
|
|
138
142
|
### `repair-tailwind`
|