Skip to content

puse/daub-reporter

Repository files navigation

reporter

Console reporting for decanat-engine.

Installation

Using component

$ component install decanat/engine-reporter

Using npm for Node and browserify

$ npm install decanat-engine-reporter

Usage

var report = require('decanat-engine-reporter');

report('Invalid source.', { path: '/views/index.html' })

Test

Run tests with mocha

$ make test

License

The MIT License.