doml

0.0.1-4 • Public • Published

Doml

A DOM constructor. Because sometimes you're just wantn' something simple.

Designed for quick DOM node construction. Compare it to Builder

SLOW DOWN -- still under much development -- not an accurate README yet

It works like this:

if (bowser.msie && bowser.version <= 6) {
  alert('Hello Doml');
}

Install

npm install doml

Ender integration

If you don't already have Ender (an npm package) install it now (and don't look back)

$ npm install ender -g

To combine Doml to your Ender build, you can add it as such:

$ ender build doml[,modb, modc,...]

or, add it to your existing ender package

$ ender add doml

Doml requires Bonzo be in your Ender lib.

Use it like this:

if ($.browser.chrome) {
  alert('Hello Silicon Valley');
}

Build

If you want to build from src:

npm run-script boosh

Contributors

Readme

Keywords

none

Package Sidebar

Install

npm i doml

Weekly Downloads

0

Version

0.0.1-4

License

none

Last publish

Collaborators

  • zhami