Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dommodule

aristov142MIT0.7.3

DOM assembler library

DOM, Attr, CharacterData, ChildNode, Comment, Document, DocumentType, DocumentFragment, Element, EventTarget, Node, ParentNode, Text

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)