mrded / promise-and-forget

Stops the system shutting down while non-blocking promises are still in flight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-ts-lib

A template for TypeScript libraries

How to use

  1. Create a new repository from the template
  2. Change package name in package.json and other fields if necessary
  3. Profit!

Features

  • TypeScript support
  • Unit testing with Jest
  • GitHub Actions integration

About

Stops the system shutting down while non-blocking promises are still in flight


Languages

Language:JavaScript 83.1%Language:TypeScript 16.9%