https://github.com/triggerdotdev/apihero-openapi-generator
https://github.com/triggerdotdev/apihero-openapi-generator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triggerdotdev/apihero-openapi-generator
- Owner: triggerdotdev
- License: mit
- Created: 2022-07-21T09:57:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T13:21:09.000Z (about 3 years ago)
- Last Synced: 2025-03-02T00:08:39.240Z (10 months ago)
- Language: TypeScript
- Size: 4.73 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)