https://github.com/kayahr/ts-json-schema-generator
A drop-in replacement for ts-json-schema-generator, bundling the tool and all its dependencies into a single module
https://github.com/kayahr/ts-json-schema-generator
generator json-schema typescript
Last synced: 2 months ago
JSON representation
A drop-in replacement for ts-json-schema-generator, bundling the tool and all its dependencies into a single module
- Host: GitHub
- URL: https://github.com/kayahr/ts-json-schema-generator
- Owner: kayahr
- License: mit
- Created: 2025-10-25T11:08:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-08T06:31:50.000Z (6 months ago)
- Last Synced: 2025-12-17T06:14:42.546Z (6 months ago)
- Topics: generator, json-schema, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kayahr/ts-json-schema-generator
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# @kayahr/ts-json-schema-generator
[GitHub] | [NPM]
A drop-in replacement for [ts-json-schema-generator], bundling the tool and all its dependencies into a single module.
This package is primarily for my own use as a single dev dependency across my projects, to centralize the review of updates for the dependencies that ts-json-schema-generator brings along, and to reduce the threat of a supply-chain attack. Use at your own risk.
Usage
-----
Install as development dependency:
```
npm install -DE @kayahr/ts-json-schema-generator
```
Usage is the same as with the original [ts-json-schema-generator], so check upstream documentation for more info.
[GitHub]: https://github.com/kayahr/ts-json-schema-generator
[NPM]: https://www.npmjs.com/package/@kayahr/ts-json-schema-generator
[ts-json-schema-generator]: https://www.npmjs.com/package/ts-json-schema-generator