https://github.com/doowb/rage
Add console.rage to your applications.
https://github.com/doowb/rage
Last synced: about 2 months ago
JSON representation
Add console.rage to your applications.
- Host: GitHub
- URL: https://github.com/doowb/rage
- Owner: doowb
- License: mit
- Created: 2015-05-12T17:52:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T03:04:32.000Z (over 9 years ago)
- Last Synced: 2025-02-26T01:41:29.245Z (2 months ago)
- Language: JavaScript
- Homepage: https://twitter.com/dmosher/status/598172559650082816
- Size: 132 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rage [](http://badge.fury.io/js/rage)
> Add console.rage to your applications.
Based on [this tweet](https://twitter.com/dmosher/status/598172559650082816) with a version for web browser consoles.
## Install with [npm](npmjs.org)
```bash
npm i rage --save
```## Usage
```js
require('rage')(console);
```## API
### [.rage](index.js#L23)
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:```bash
npm i -d && npm test
```## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/rage/issues)## Author
**Brian Woodward**[github/doowb](https://github.com/doowb)
[twitter/doowb](http://twitter.com/doowb)## License
Copyright (c) 2015 Brian Woodward
Released under the MIT license.***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 12, 2015._
[verb]: https://github.com/assemble/verb
[template]: https://github.com/jonschlinkert/template
[assemble]: http://assemble.io