A command-line tool for creating new server projects using Fastify with SWC and Jest.
npm i -g fastify-swc-typescript-server-bootstrap-cli
After installation, bootstrap a new Fastify SWC server project using the fastify-swc-server
command:
fastify-swc-server [project-name]
Replace [project-name]
with the intended name for the project. This creates a new directory with the specified name, clones the Fastify SWC server repo, and configures the project accordingly.

Contributions are welcome! If you have ideas for improvements, open an issue.
For contributions and issues regarding the codebase cloned with the fastify-swc-server
command, open an issue here.