rage
v0.1.1
Published
Add console.rage to your applications.
Downloads
22
Readme
rage
Add console.rage to your applications.
Based on this tweet with a version for web browser consoles.
Install with npm
npm i rage --save
Usage
require('rage')(console);
API
.rage
Add a .rage
method to your console
. Based on this tweet: https://twitter.com/dmosher/status/598172559650082816
cons
{Object}: console object
require('rage')(console);
console.rage('ARGGGH');
Running tests
Install dev dependencies:
npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Brian Woodward
License
Copyright (c) 2015 Brian Woodward Released under the MIT license.
This file was generated by verb-cli on May 12, 2015.