Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 862 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 862 Bytes

typescript-node-skeleton

Simple skeleton for TypeScript Node programs.

Status

Tests

Usage

  1. Start by running ./setup to install the development dependencies. (reason for doing this is to make sure you get the latest stable versions).
  2. After this is done you you can remove the setup file.
  3. Make sure you edit package.json with a new name and meta information.
  4. Open .github/workflows/tests.yml and change run: ./setup to: run: npm install.

NPM Dependencies