openapi2html

v1.1.22
Yet another static html generator for Open API 2.0 / Swagger 2.0
swagger openapi open api html documentation generator

lint

eslint src/*.js src/components/*.jsx test/**/*.js --ignore-path ./.eslintignore

test

jest --coverage test/*

coveralls

nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls

preversion

npm run lint && npm test

dev

npm-run-all --parallel watch:*

watch:server

nodemon -e js,html --ignore public/ --watch build build/server.js

watch:jsx

babel --watch src --out-dir build

prepublishOnly

npm run build && git push --tags

build

babel src --out-dir build
npm i openapi2html

Metadata

  • MIT
  • >=10.x.x
  • Frank Thelen
  • released 2/26/2024

Downloads