Skip to content

Latest commit

 

History

History

top-level-await-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@sounisi5011/cli-utils-top-level-await

Go to the latest release page on npm Tested with Jest Commitizen friendly Minified Bundle Size Details Install Size Details Dependencies Status Build Status Maintainability Status

If the async function fails, set the process exit code to 1 and output the error to stderr.

Installation

npm install @sounisi5011/cli-utils-top-level-await
yarn add @sounisi5011/cli-utils-top-level-await
pnpm add @sounisi5011/cli-utils-top-level-await

Usage

const { awaitMainFn } = require('@sounisi5011/cli-utils-top-level-await');

awaitMainFn(async () => {
    // ...
});