UNPKG

fastify-openapi-glue

Version:

generate a fastify configuration from an openapi specification

8 lines (6 loc) 290 B
export default (projectName, instructions) => `# ${projectName} This directory contains a fastify plugin that was autogenerated using [fastify-openapi-glue](https://github.com/seriousme/fastify-openapi-glue) and the OpenApi specifation in [openApi.json](openApi.json) ${instructions} `;