openapi3-ts

v4.2.2
TS Model & utils for OpenAPI 3.x specification.
openapi3 ts typescript

lint

eslint src/**/*.ts

test

vitest

build

vite build && tsc --emitDeclarationOnly

clean

rimraf dist

cover

vitest --coverage

test:ci

npm run test

version

node --version && npm --version && eslint --version && tsc --version && vite --version && vitest --version

cover:ci

npm run cover

lint:fix

eslint src/**/*.ts --fix

test:tdd

vitest -w

build:all

rimraf dist && npm run lint && npm run build && npm test

Metadata

  • MIT
  • Whatever
  • Pedro J. Molina / Metadev
  • released 2/22/2024

Downloads

Maintainers