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
|
-
|
|
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
|
|
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
|
|
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
|
File without changes
|