Skip to content

triggerdotdev/apihero-openapi-generator

Repository files navigation

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