@apihero/openapi-spec-generator
v0.1.6
Published
A template for creating a new TypeScript package
Downloads
72
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