openapi3-ts

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

clean

rimraf dist

build

vite build && tsc --emitDeclarationOnly

version

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

build:all

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

lint

eslint src/**/*.ts

lint:fix

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

test:tdd

vitest -w

test

vitest

test:ci

npm run test

cover

vitest --coverage

cover:ci

npm run cover

publish

npm run build:all && npm publish .
npm i openapi3-ts

Metadata

  • MIT
  • Whatever
  • Pedro J. Molina / Metadev
  • released 8/27/2024

Downloads

Maintainers