dom-fs

DomFs =====

Usage no npm install needed!

<script type="module">
  import domFs from 'https://cdn.skypack.dev/dom-fs';
</script>

README

DomFs

Utility library for manipulation of HTML files within a directory structure. It enables easy recovery of the files, modeled as DOM trees, as well as the possibility to edit the DOM structure. Currently, the library allows for inclusion and removal of child elements, as well as the edition of element's attributes.

Test

Tests are implemented using the mocha framework, and can be run via

mocha test