1.0.3 • Published 6 years ago
never-exit v1.0.3
never-exit
Library to ensure your Node processes never exit by themselves.
Contents
Usage
const neverExit = require("never-exit");
/**
* Returns a function to allow the process to exit.
*/
const exit = neverExit();
...
exit();Developing
Install
yarn install --frozen-lockfileBuild
yarn buildTest
Unit tests:
yarn testIntegration tests (ensure assets have been built first):
yarn test:intLint
yarn lintContributing
Please check out the CONTRIBUTING docs.
Changelog
Please check out the CHANGELOG docs.