Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

435b139 · Mar 8, 2025

History

32 Commits
Feb 16, 2025
Nov 25, 2023
Nov 25, 2023
Jan 31, 2025
Nov 24, 2023
Feb 1, 2025
Oct 28, 2024
Mar 8, 2025
Feb 15, 2025
Mar 8, 2025
Jan 31, 2025

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.


Large metal and wood 'JS' letters standing on the forest floor, surrounded by fallen leaves and moss-covered tree roots, with a misty forest background.

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.