rage

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i rage

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • doowb