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.
- Host: GitHub
- URL: https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli
- Owner: mattfsourcecode
- License: mit
- Created: 2023-11-24T11:09:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T17:35:24.000Z (9 months ago)
- Last Synced: 2025-07-09T14:08:36.341Z (5 months ago)
- Topics: api, boilerplate, cli, fastify, fastify-server, git, jest, microservices, nodejs, npm, rest, server, serverless, ssh, swc, testing, typescript, typescript-server
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fastify-swc-typescript-server-bootstrap-cli
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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).