dommodule

DOM assembler library

Usage no npm install needed!

<script type="module">
  import dommodule from 'https://cdn.skypack.dev/dommodule';
</script>

README

dommodule

NPM Version Build Status Coverage Status dependencies Status devDependencies Status

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 git@github.com:aristov/dommodule.git
cd dommodule
npm install

Run Webpack in watch mode:

npm run watch

License

The MIT License (MIT)