nurev 0.0.4 → 0.0.5
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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,3 +9,17 @@ Template generator for [Nuxt](https://nuxt.com/) configured with “on-demand re
|
|
|
9
9
|
## Available backends
|
|
10
10
|
|
|
11
11
|
- [PocketBase](https://pocketbase.io/)
|
|
12
|
+
|
|
13
|
+
## How to use it?
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
bunx nurev
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
npx nurev
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
pnpm dlx nurev
|
|
25
|
+
```
|