Popularity
0.5
Stable
Activity
2.0
-
14
0
0

Programming language: JavaScript
License: Blue Oak Model License 1.0.0
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