create-bearnie 0.1.0 → 0.1.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 CHANGED
@@ -1,4 +1,4 @@
1
- # create-bearnie
1
+ ****# create-bearnie
2
2
 
3
3
  Create a new Astro project with Bearnie UI components pre-configured.
4
4
 
@@ -25,7 +25,7 @@ npm create bearnie my-app
25
25
  ```bash
26
26
  cd my-app
27
27
  npm install
28
- npx @bearnie/cli add button card dialog
28
+ npx bearnie add button card dialog
29
29
  npm run dev
30
30
  ```
31
31
 
package/dist/index.js CHANGED
@@ -96,7 +96,7 @@ Thumbs.db
96
96
 
97
97
  ${pc.dim("1.")} cd ${pc.cyan(projectName)}
98
98
  ${pc.dim("2.")} npm install
99
- ${pc.dim("3.")} npx @bearnie/cli add button card
99
+ ${pc.dim("3.")} npx bearnie add button card
100
100
  ${pc.dim("4.")} npm run dev
101
101
 
102
102
  ${pc.dim("Browse components at")} ${link("bearnie.dev/docs/components", "https://bearnie.dev/docs/components")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bearnie",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Create a new Astro project with Bearnie UI components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@ import BaseLayout from "@/layouts/BaseLayout.astro";
46
46
  </div>
47
47
 
48
48
  <code class="mt-8 block text-xs text-muted-foreground font-mono">
49
- npx @bearnie/cli add button
49
+ npx bearnie add button
50
50
  </code>
51
51
  </div>
52
52
  </section>
File without changes