You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interweb TS JSON Schema is a powerful wrapper around ts-json-schema-generator, designed to simplify the process of generating JSON schemas from TypeScript files in Interweb projects.
48
+
Hyperweb TS JSON Schema is a powerful wrapper around ts-json-schema-generator, designed to simplify the process of generating JSON schemas from TypeScript files in Hyperweb projects.
49
49
50
50
#### Installation
51
51
```sh
52
-
npm install @interweb/ts-json-schema
52
+
npm install @hyperweb/ts-json-schema
53
53
```
54
54
55
-
[Read more about @interweb/ts-json-schema](./packages/ts-json-schema)
55
+
[Read more about @hyperweb/ts-json-schema](./packages/ts-json-schema)
56
56
57
57
## Development
58
58
@@ -72,7 +72,7 @@ This will install dependencies, build all packages, and create symlinks between
72
72
73
73
### Running Tests
74
74
75
-
To run tests for a specific package, navigate to the package directory and use the `test:watch` script. For example, to run tests for `@interweb/build`:
75
+
To run tests for a specific package, navigate to the package directory and use the `test:watch` script. For example, to run tests for `@hyperweb/build`:
76
76
77
77
```sh
78
78
cd ./packages/build
@@ -108,4 +108,4 @@ These hotkeys make it easy to focus on specific tests or files during developmen
0 commit comments