libxmljs
NodeJS bindings for
libxml2 written in Typescript
npm install @axelsoftware/libxmljs
Documentation and examples
* For documentation check out the original project
documentation and
repository
* For examples check out the
test suite
npm
To publish the package on npm you must generate the
dist directory, otherwise the published package won't have a valid
main entry.
To do this you have to run the
npm run tsc command before.