TypeScript decorators and (de-)serializer for xmldom.
See packages/xmldom-decorators
XSD to TypeScript classes with decorators.
See packages/xmldom-decorators-cli
First check out the source code and bootstrap the monorepo build environment:
git clone https://github.com/andersnm/xmldom-decorators.git
cd xmldom-decorators
npm install # installs blerf in the root project
Build, run tests and execute a REST API sample:
npm run build # shortcut for ./node_modules/.bin/blerf build
npm run test # shortcut for ./node_modules/.bin/blerf test
node ./packages/sample-clients location