1.6.6 • Published 12 months ago

exit-it v1.6.6

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

exit-it

Exit-it is a wrapper for process.exit().

Install

npm install exit-it

Usage

import { exit } from "./index.js";

exit(1);

or

npx exit-it

This will spawn a program that immediately exits (after printing some info).

features

  • return any exit code you want!

    exit() was made with the power-user in mind, letting you signal any number of error-codes to the parent process! The number can mean anything you want! (but usually 0 is reserved for 'success').

  • uses github provenance!

    good practice for developers to do meaningful audits of the NPM package!

1.6.6

12 months ago

1.6.5

12 months ago

1.6.3

12 months ago

1.6.2

12 months ago

1.6.1

12 months ago

1.5.1

12 months ago

1.4.8

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago