1.0.0 • Published 4 years ago

hinton v1.0.0

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

hinton

Build Status GitHub code size in bytes GitHub package.json version GitHub

Output filterable debug messages for your app

Example Usage

const hinton = require('hinton');
hinton('myapp.test.name.space', 'this is a test')

/*
  OUTPUTS:
  myapp.test.name.space ./index.js:1 this is a test
*/

License

This project is licensed under the terms of the MIT license.