theflowui 1.0.2 β 1.0.4
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 +14 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# π FlowUI CLI
|
|
2
|
+
|
|
3
|
+
Official CLI for **FlowUI** β an open-source UI component library built for modern developers.
|
|
4
|
+
|
|
5
|
+
FlowUI CLI lets you add beautiful, production-ready components directly into your project with a single command.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π¦ Usage
|
|
10
|
+
|
|
11
|
+
You donβt need to install anything globally.
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npx flowui add <component-name>
|
package/index.js
CHANGED