An open API service indexing awesome lists of open source software.

https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli

CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest.
https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli

api boilerplate cli fastify fastify-server git jest microservices nodejs npm rest server serverless ssh swc testing typescript typescript-server

Last synced: 5 months ago
JSON representation

CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest.

Awesome Lists containing this project

README

          

# [Fastify SWC Server Bootstrap CLI](https://www.npmjs.com/package/fastify-swc-typescript-server-bootstrap-cli)

## Overview

A command-line tool for creating new server projects using [Fastify](https://fastify.dev/) with [SWC](https://swc.rs/) and [Jest](https://jestjs.io/).

## Install globally

```bash
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:

```bash
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](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues).

For contributions and issues regarding the [codebase cloned](https://github.com/mattfsourcecode/fastify-swc-typescript-server) with the `fastify-swc-server` command, [open an issue here](https://github.com/mattfsourcecode/fastify-swc-typescript-server/issues).