theflowui 1.0.3 β†’ 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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theflowui",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "bin": {
5
5
  "theflowui": "./index.js"
6
6
  },