An open API service indexing awesome lists of open source software.

https://github.com/triggerdotdev/apihero-openapi-generator


https://github.com/triggerdotdev/apihero-openapi-generator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)