create-speccy-reference
v0.13.1
Published
Create a standalone Speccy API reference site.
Readme
Create a Speccy reference
Create a standalone, statically deployable API reference with create-speccy-reference:
npm create speccy-reference my-api-reference
cd my-api-reference
npm install
npm run devEdit speccy.config.ts to choose a local OpenAPI document or a URL fetched at build time. Run npm run build to produce static files in dist.
