Skip to content

mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli

Repository files navigation

Overview

A command-line tool for creating new server projects using Fastify with SWC and Jest.

Install globally

npm i -g fastify-swc-typescript-server-bootstrap-cli

Usage

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.


logo

Contributions and Issues

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.