You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,33 +754,24 @@ Complex components often require specific composition:
754
754
755
755
## CLI Tool
756
756
757
-
Basic Components provides a CLI tool for installing individual components into your project. The CLI uses copier to handle component installation, providing features like:
757
+
Basic Components provides a CLI tool for installing individual components into your project.
758
+
It can be used via uvx without installing the `basic-components` package.
759
+
The CLI uses `copier` to handle component installation, providing features like:
758
760
759
761
- Single component installation
760
762
- Dependency resolution (coming soon)
761
763
- Smart conflict handling
762
-
- Change previews
763
-
764
-
### Installation
765
-
766
-
The CLI is distributed with the basic-components package:
0 commit comments