typescript-json-schema

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

dev

tsc -w -p .

run

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

docs

./update-docs.js

lint

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

test

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

build

tsc -p .

debug

ts-node --inspect=19248 --debug-brk typescript-json-schema-cli.ts

style

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

test:dev

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

prepublishOnly

yarn build

Metadata

  • Unknown
  • Whatever
  • Yousef El-Dardiry and Dominik Moritz
  • released 1/24/2021

Downloads