@vlandoss/vland 0.0.1-git-23c9c11.0 → 0.0.1-git-e0772c7.0
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 +5 -5
- package/dist/cli.usage.kdl +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🦉 vland
|
|
2
2
|
|
|
3
|
-
The CLI to init a new project in Variable Land 👊
|
|
3
|
+
The CLI to init a new project in [Variable Land](https://variable.land) 👊
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
@@ -33,10 +33,10 @@ See [`CLI.md`](./CLI.md) for the full reference (auto-generated per release).
|
|
|
33
33
|
|
|
34
34
|
### Templates
|
|
35
35
|
|
|
36
|
-
| Template | What you get
|
|
37
|
-
|
|
38
|
-
| `library` | A standalone TypeScript library with tsdown, Vitest, biome, Changesets release workflow.
|
|
39
|
-
| `backend` | An Elysia (`@elysiajs/node`) backend with evlog, Vitest, Dockerfile, CI shape.
|
|
36
|
+
| Template | What you get |
|
|
37
|
+
| ---------- | ----------------------------------------------------------------------------------------- |
|
|
38
|
+
| `library` | A standalone TypeScript library with tsdown, Vitest, biome, Changesets release workflow. |
|
|
39
|
+
| `backend` | An Elysia (`@elysiajs/node`) backend with evlog, Vitest, Dockerfile, CI shape. |
|
|
40
40
|
| `monorepo` | pnpm + Turbo workspace with an Elysia API, a Vite-React SPA, and a few internal packages. |
|
|
41
41
|
|
|
42
42
|
All templates target Node.js, use pnpm, and extend `@vlandoss/config` for biome and tsconfig.
|
package/dist/cli.usage.kdl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @generated by @usage-spec/commander from Commander.js metadata
|
|
2
2
|
name vland
|
|
3
3
|
bin vland
|
|
4
|
-
version "0.0.1-git-
|
|
4
|
+
version "0.0.1-git-e0772c7.0"
|
|
5
5
|
usage "[options] [command]"
|
|
6
6
|
flag --usage help="print KDL spec for this CLI (https://kdl.dev)"
|
|
7
7
|
cmd completion help="print shell completion script 🐚 (usage)" {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/vland",
|
|
3
|
-
"version": "0.0.1-git-
|
|
3
|
+
"version": "0.0.1-git-e0772c7.0",
|
|
4
4
|
"description": "The CLI to init a new project in Variable Land",
|
|
5
5
|
"homepage": "https://github.com/variableland/dx/tree/main/packages/vland#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"commander": "14.0.3",
|
|
36
36
|
"giget": "2.0.0",
|
|
37
37
|
"nypm": "0.6.0",
|
|
38
|
-
"@vlandoss/clibuddy": "0.4.1-git-
|
|
38
|
+
"@vlandoss/clibuddy": "0.4.1-git-e0772c7.0",
|
|
39
39
|
"@vlandoss/loggy": "0.2.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|