typescript-json-schema

v0.58.1
typescript-json-schema generates JSON Schema files from your Typescript sources
typescript json forms jsonschema schema

dev

tsc -w

run

ts-node typescript-json-schema-cli.ts

docs

./update-docs.js

lint

tslint --project tsconfig.json -c tslint.json --exclude '**/*.d.ts'

test

tsc && mocha -t 5000 --require source-map-support/register dist/test

build

tsc

debug

node --inspect=19248 --inspect-brk -r ts-node/register typescript-json-schema-cli.ts

style

prettier --write *.js *.ts test/*.ts

prepare

tsc && yarn docs

test:dev

mocha -t 5000 --watch --require source-map-support/register dist/test

Metadata

  • BSD-3-Clause
  • Whatever
  • Yousef El-Dardiry and Dominik Moritz
  • released 6/25/2023

Downloads