Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-a/iron-node-process-exit-break

Adds a break-point to process.exit
https://github.com/s-a/iron-node-process-exit-break

Last synced: about 5 hours ago
JSON representation

Adds a break-point to process.exit

Awesome Lists containing this project

README

        

![ironNode](/logo_sm.png) Plugin [![npm version](https://badge.fury.io/js/iron-node-process-exit-break.svg)](http://badge.fury.io/js/iron-node-process-exit-break)

## Installation
```bash
# on Windows
cd %APPDATA%

# on Linux
cd $XDG_CONFIG_HOME
# or
cd ~/.config;

# on OS X
cd ~/Library/Application Support;

# create if not exists
mkdir iron-node;

# Finaly
cd iron-node;
npm install iron-node-process-exit-break;

# restart iron-node
```

## [License](/LICENSE.md)