@dev.aldrindc/zirr-cli 1.0.1 → 1.0.2
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 +19 -2
- package/package.json +9 -3
package/README.md
CHANGED
|
@@ -1,16 +1,33 @@
|
|
|
1
1
|
# ⚡ Zirr - Modern React Starter CLI
|
|
2
2
|
|
|
3
|
+
**The perfect launchpad for vibe coders and AI-generated code** • Seamlessly run Google Gemini Canvas creations
|
|
4
|
+
|
|
3
5
|
[](https://github.com/dev-adelacruz/zirr)
|
|
4
6
|
[](https://www.npmjs.com/package/@dev.aldrindc/zirr-cli)
|
|
5
7
|
[](https://opensource.org/licenses/ISC)
|
|
6
8
|
[](https://nodejs.org/)
|
|
7
9
|
[](https://www.npmjs.com/package/@dev.aldrindc/zirr-cli)
|
|
8
10
|
|
|
9
|
-
A professional command-line tool to scaffold modern React applications with production-ready configurations.
|
|
11
|
+
A professional command-line tool to scaffold modern React applications with production-ready configurations. Built for **vibe coders** who value aesthetics, speed, and modern workflows—whether you're crafting code by hand or leveraging AI tools like **Google Gemini Canvas**. Zirr provides the perfect production environment for AI-generated code with zero configuration overhead.
|
|
10
12
|
|
|
11
13
|
## ✨ Why Zirr?
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
### For Vibe Coders & AI-Powered Development
|
|
16
|
+
Zirr is built for developers who value aesthetics, speed, and modern workflows—whether you're crafting code by hand or leveraging AI tools like **Google Gemini Canvas**.
|
|
17
|
+
|
|
18
|
+
### The Missing Piece for AI-Generated Code
|
|
19
|
+
When Gemini Canvas gives you beautiful React components, you need a production-ready environment to run them. Zirr provides:
|
|
20
|
+
- **Zero-config setup** for AI-generated JSX code
|
|
21
|
+
- **Perfect styling match** with Tailwind CSS (commonly used in AI outputs)
|
|
22
|
+
- **Instant execution** - paste Gemini code and run immediately
|
|
23
|
+
- **No dependency hell** - everything works together out of the box
|
|
24
|
+
|
|
25
|
+
### Rapid Prototyping Workflow
|
|
26
|
+
1. 🎨 Design your UI in Google Gemini Canvas
|
|
27
|
+
2. 📋 Copy the generated React/JSX code
|
|
28
|
+
3. ⚡ Run `zirr my-ai-project --yes`
|
|
29
|
+
4. 🖊️ Replace `src/App.jsx` with your Gemini code
|
|
30
|
+
5. 🚀 Run `npm run dev` - see your AI-designed app live in seconds
|
|
14
31
|
|
|
15
32
|
### Key Advantages
|
|
16
33
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev.aldrindc/zirr-cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "CLI tool to generate modern React + Vite + Tailwind CSS projects",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "CLI tool to generate modern React + Vite + Tailwind CSS projects. Perfect for vibe coders and Google Gemini Canvas users—instantly run AI-generated code with zero configuration.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"zirr": "bin/zirr.js"
|
|
@@ -16,7 +16,13 @@
|
|
|
16
16
|
"vite",
|
|
17
17
|
"tailwind",
|
|
18
18
|
"template",
|
|
19
|
-
"starter"
|
|
19
|
+
"starter",
|
|
20
|
+
"vibe-coders",
|
|
21
|
+
"google-gemini",
|
|
22
|
+
"canvas",
|
|
23
|
+
"ai-generated-code",
|
|
24
|
+
"rapid-prototyping",
|
|
25
|
+
"zero-config"
|
|
20
26
|
],
|
|
21
27
|
"author": "dev-adelacruz",
|
|
22
28
|
"license": "ISC",
|