@carlos-tzin/tzin 0.1.1 → 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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,12 @@ measured (see [Benchmarks](#benchmarks)), but this is not yet production softwar
|
|
|
14
14
|
npm install @carlos-tzin/tzin
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
Or scaffold a new project:
|
|
18
|
+
|
|
19
|
+
```sh
|
|
20
|
+
npx create-tzin my-app
|
|
21
|
+
```
|
|
22
|
+
|
|
17
23
|
## Why another framework?
|
|
18
24
|
|
|
19
25
|
The TypeScript backend landscape is crowded — and still leaves real gaps:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlos-tzin/tzin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Contract-first TypeScript framework. Types that scale, realtime channels with presence, and an MCP server for every API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "The tzin authors",
|