@xabadu/create-fastify-app
v1.0.0
Published
CLI to create a Fastify based app using fastify-app-starter-template
Downloads
2
Readme
create-fastify-app
CLI to clone and setup a Fastify based app using this template.
How to use
Install the CLI globally
npm install -g @xabadu/create-fastify-app
create-fastify-app app-nameRun directly using npx
npx @xabadu/create-fastify-app app-nameBoth methods will clone the template into the directory given as "app-name". Dependencies will be automatically installed afterwards.
