Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 278 Bytes

XMLio

Utility lib to convert an XML string to a tree, alter the tree and output the tree to an XML, HTML or JSX string.

Build

$ npm run build

Development

$ npm run watch

Test

$ npm test

Go to localhost:8080/__test to see Mocha/Chai output