1.0.0 • Published 10 years ago

hydro-html v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

hydro-html

A hydro formatter which renders to the DOM

Installation

With your favourite package manager:

  • packin: packin add hydro-html
  • component: component install hydrojs/hydro-html
  • npm: npm install hydro-html

Then set it as your formatter:

hydro.set('formatter', require('hydro-html'))

Thanks

Based on the mocha html reporter