Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 426 Bytes

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