fastify-openapi-glue
Version:
generate a fastify configuration from an openapi specification
10 lines (8 loc) • 322 B
JavaScript
export default () => `
In this directory use:
+ "npm install" to install its dependencies
+ "npm start" to start fastify using fastify-cli
+ "npm run dev" to start fastify using fastify-cli with logging to the console
+ "npm test" to run tests
note: the auto generated test scaffolding does not contain any data yet !
`;