https://github.com/f/dont-fail-me-again
Node.js Error Handler by The Dark Side
https://github.com/f/dont-fail-me-again
Last synced: over 1 year ago
JSON representation
Node.js Error Handler by The Dark Side
- Host: GitHub
- URL: https://github.com/f/dont-fail-me-again
- Owner: f
- Created: 2016-01-08T10:33:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T09:19:04.000Z (over 10 years ago)
- Last Synced: 2025-03-18T20:15:59.650Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Error Handler by The Dark Side
Darth Vader says **"DON'T FAIL ME AGAIN"** when you made a mistake in your code.
## Testimonials
> "You are going to use this package." - A Sith
> "I am going to use this package." - A Stormtrooper
## Install
```bash
npm install dont-fail-me-again --save-dev
```
If ubuntu, install `mpg123`
```bash
sudo apt-get install mpg123 -y
```
## Usage
```js
require('dont-fail-me-again');
```
**And make some mistakes in your code, like**
```js
require('dont-fail-me-again');
a_function_does_not_exists();
```
And your computer will tell you "DON'T FAIL ME AGAIN!" by the sound of **Darth Vader** and put the stack:
```
ReferenceError: a_function_does_not_exists is not defined
at ...
at ...
```
> May the force be with you.
## License
Galactic Public License