JSON Compiler CLI
-
JSON Schema compiler, compiles multiple schemas into a single portable schema file by resolving all references.
-
Typescript type generator, generate types from json schemas. Supports,
allof
,oneOf
, other complex JSON schema properties.
pnpm add -g @rline/json
Before using any command, the schema project must be initialized.
The following command creates a new JSON-Schema project has a schema.config.json
file to configure project variables.
json init
Compiles JSON-Schema files into a single portable schema file
json schema
The compiled schema will be saved in the output
directory provided in schema.config.json
json schema
The compiled type will be saved in the output
directory provided in the schema.config.json
json tsc
Detailed documentation Documentation
Thank you for using @puq/core
It's an open-source project, and maintaining it takes time and effort. If you find this library useful, please consider supporting its ongoing development. Your contributions help ensure that the project stays up-to-date, secure, and well-maintained.
- Bug fixes and updates to ensure compatibility with the latest versions of dependencies.
- New features that will make the library even more powerful.
- Documentation improvements to help users get the most out of [Your Library Name].
- General maintenance to keep the library running smoothly and securely.
Contact to the developer: [robert.brightline@gmail.com]