An open API service indexing awesome lists of open source software.

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

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.