Use the fastify CLI to manage your project
mainThe fastify command provides a single interface for common Fastify tasks. You can view all available commands and their descriptions by running fastify or fastify help.
Available Commands:
start: Start a Fastify server.eject: Convert your application into a standalone executable by adding aserver.jsorserver.tsfile.generate: Scaffold a new Fastify project.generate-plugin: Scaffold a new plugin project.generate-swagger: Generate Swagger/OpenAPI schemas (requires@fastify/swagger).readme: Generate aREADME.mdfor a plugin.print-routes: Debug the internal radix tree used by the router.print-plugins: Debug the internal plugin tree used byavvio.version: Show the currentfastify-cliversion.help: Show help about commands.
$ fastify