https://github.com/luqmanoop/ng-redundancy
This package, when required, aggressively makes your app redundant by terminating the node process with exit code 0
https://github.com/luqmanoop/ng-redundancy
Last synced: 4 months ago
JSON representation
This package, when required, aggressively makes your app redundant by terminating the node process with exit code 0
- Host: GitHub
- URL: https://github.com/luqmanoop/ng-redundancy
- Owner: luqmanoop
- License: mit
- Created: 2020-02-21T11:19:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T13:20:46.000Z (over 6 years ago)
- Last Synced: 2025-02-14T22:07:32.230Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# ng-redundancy
> This package, when required, aggressively makes your app redundant by terminating the node process with exit code 0
## Install
```bash
npm install ng-redundancy
```
## Usage
```javascript
require('ng-redundancy') // smooth, right?
```
## Why exit code 0?
This package doesn't discriminate or assume your app is good/bad/buggy. Every app shall be dealt with the same way (eventually).
## Do I need this?
No! Every app should be given a chance to prove itself (in the real world) no matter what. Don't require if you don't wanna be made redundant.