Skip to content

andersnm/xmldom-decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmldom-decorators

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/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

About

XML deserializer/serializer for TypeScript classes with decorators

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published