Skip to content

hydrojs/html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydro-html

A hydro formatter which renders to the DOM

WIP

Work in progress. Please do not use yet.

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