Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.18 KB

Typescript Node Package Repository Template

Create a new repo from this template to get started creating a Typescript npm package

Features

  • Written in typescript
  • Github workflows for running tests and publishing package to NPM on Github release
  • Rollup for building commonjs and esm compatible npm package
  • ts-node and ts-jest integration
  • Generate coverage badges
  • ESLint with Typescript and prettier support
  • Pre-commit hooks to format code with prettier and run ESLint

Usage

Create a new repository from this template on Github with the following instructions