Socket
Book a DemoInstallSign in
Socket

async-main

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-main

Wrapper for invoking async main functions

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
64
-14.67%
Maintainers
1
Weekly downloads
 
Created
Source

async-main

NPM

Build Status

Overview

Simple wrapper for async main functions.

Combined with async/await, this makes it very easy to write simple async node scripts.

Install

$ npm install async-main --save

Usage

With JavaScript:

const main = require('async-main').default;
main(async () => {
    // Do stuff
})

With Typescript:

import main from 'async-main';
main(async () => {
    // Do stuff
})

Dependencies

None!

Features

  • Wraps a promisifed main function and executes it.
  • ... if the promise resolves then the program exits with a success exit code (0).
  • ... if the promise rejects then it prints the stack trace of the Error and exits with a non-success exit code (1).

Building and Testing

To build the module run:

$ make

Then, to run the tests run:

$ make test

License

ISC. See the file LICENSE.

Keywords

async

FAQs

Package last updated on 30 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.