Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 484 Bytes

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-name

Run directly using npx

npx @xabadu/create-fastify-app app-name

Both methods will clone the template into the directory given as "app-name". Dependencies will be automatically installed afterwards.