Based on the same concept as create-react-app
, create-fastify-boot
will initialize a new fastify-boot project with all the dependencies and scaffolding
required to get started.
Usage:
$ npx create-fastify-boot {appName}
or
$ npm install -G create-fastify-boot
$ create-fastify-boot {appName}