newcandies 0.1.56 → 0.1.57
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,12 +12,12 @@ bunx newcandies@latest
|
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
cd your-app
|
|
15
|
-
bun install
|
|
15
|
+
bun install
|
|
16
16
|
bun prebuild --clean
|
|
17
17
|
bun ios # or bun android
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Template Types
|
|
21
21
|
|
|
22
|
-
- **Boilerplates** - Full standalone projects
|
|
23
|
-
- **App Briefs** - Categorized app templates
|
|
22
|
+
- **Boilerplates** - Full standalone projects
|
|
23
|
+
- **App Briefs** - Categorized app templates
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "newcandies",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.57",
|
|
4
4
|
"description": "Scaffold Expo Router + Uniwind React Native apps with layered templates.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"newcandies": "
|
|
7
|
+
"newcandies": "dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|