README
(DEPRECATED)
Domu.js - DOM Utilities
A collection of DOM utilities.
Documentation
https://lab.miguelmota.com/domu
Install
Available via bower:
bower install domu
Available via npm:
npm install domujs
Extend _
To extend the _
when using libraries such as underscore or lodash, pass in domu._()
to the underscore mixin function. Domu functions will not override underscore functions if they already exist, unless you pass domu._(true)
Development
Documentation
grunt jsdoc
Test
grunt test
http://domu.moogs.io/test/SpecRunner.html
Source
https://github.com/miguelmota/domu
License
Released under the MIT License.