Popularity
0.6
Growing
Activity
0.0
Stable
14
2
0

Programming language: JavaScript
License: ISC License
Tags: Node.Js     Polyfills    
Latest version: v1.0.2

exit-code alternatives and similar modules

Based on the "Node.Js" category.
Alternatively, view exit-code alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of exit-code or a related project?

Add another 'Node.Js' Module

README

exit-code

process.exitCode behavior back-ported from io.js and Node.js 0.12+

USAGE

require('exit-code')

process.exitCode = 2

// do some other stuff
// when the process exits, it'll do it with a code of 2