1.6.6 • Published 2 years ago

exit-it v1.6.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.6.5

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.5.1

2 years ago

1.4.8

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago