https://github.com/puse/daub-reporter
Templating logs.
https://github.com/puse/daub-reporter
Last synced: over 1 year ago
JSON representation
Templating logs.
- Host: GitHub
- URL: https://github.com/puse/daub-reporter
- Owner: puse
- License: mit
- Created: 2014-07-05T08:23:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T20:52:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T17:23:05.456Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reporter
Console reporting for [decanat-engine](https://github.com/decanat/engine).
## Installation
Using [component](https://github.com/component/component)
$ component install decanat/engine-reporter
Using [npm](http://npmjs.org/) for Node and [browserify](http://browserify.org/)
$ npm install decanat-engine-reporter
## Usage
```js
var report = require('decanat-engine-reporter');
report('Invalid source.', { path: '/views/index.html' })
```
## Test
Run tests with [mocha](http://mochajs.org/)
$ make test
## License
The MIT License.