Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.05 KB

xmldom-decorators

CodeQL Tests

TypeScript decorators and (de-)serializer for xmldom.

See packages/xmldom-decorators

xmldom-decorators-cli

XSD to TypeScript classes with decorators.

See packages/xmldom-decorators-cli

Notes to self

First check out the source code and bootstrap the monorepo build environment:

git clone https://github.com/neumaennl/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