hook.at-exit
v0.0.2
Published
To execute functions at exit
Readme
Introduction
To execute functions when a Node.js process exits.
To install:
npm install hook.at-exitA usage example
{ AtExit } = require 'hook.at-exit'
task = await Task
run: "#{process.cwd()}/some.coffee"
AtExit ->
task.stop()Development
npm start to start a development session.
npm test to run the tests.
