@wikipathways/cxsd

v0.2.5
Streaming XSD parser and XML parser generator with TypeScript output
xsd dts xml schema parser typescript

build

tsc -p tsconfig.json

test

npm-run-all test:*

test:build

npm-run-all test:build:*

test:build:clean

mkdir -p cache && rm -rf cache && cd test && mkdir -p cache && rm -rf cache && mkdir -p xmlns && rm -rf xmlns && cd ..

test:build:compile

npm-run-all test:build:compile:*

test:build:compile:GPML2013a

cd test && node ../bin/cxsd https://cdn.rawgit.com/ariutta/GPML/9a8cb502c8745058c0611106f33a0f383819b3f0/GPML2013a.xsd && cd ..

test:build:compile:dir-example

cd test && node ../bin/cxsd ./input/dir-example.xsd && cd ..

test:run

jest
npm i @wikipathways/[email protected]

Metadata

  • MIT
  • Whatever
  • Juha Järvi
  • released 12/16/2018

Downloads