Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s-a/iron-node-process-exit-break
- Owner: s-a
- License: other
- Created: 2015-08-12T04:48:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T05:02:40.000Z (over 9 years ago)
- Last Synced: 2024-04-14T00:38:25.423Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/s-a/iron-node
- Size: 129 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)