daub-reporter
v1.0.0
Published
Console reporting for Daub.
Downloads
15
Readme
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.