dommodule
v0.7.3
Published
DOM assembler library
Downloads
40
Maintainers
Readme
dommodule
work in progress
This JavaScript library provides a set of DOM node assemblers for the following interfaces:
Examples
See the source code of the dommodule based libraries: htmlmodule, ariamodule and xmlmodule
Installation
npm install dommodule
Tests
Run tests using jsdom:
npm test
Development
Clone the project and install dependencies:
git clone [email protected]:aristov/dommodule.git
cd dommodule
npm install
Run Webpack in watch mode:
npm run watch