0.1.1 • Published 9 years ago

rage v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

rage NPM version

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

github/doowb twitter/doowb

License

Copyright (c) 2015 Brian Woodward Released under the MIT license.


This file was generated by verb-cli on May 12, 2015.

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago