fastify / fastify-dx

Archived
903 stars 43 forks source link

Specification #1

Open galvez opened 2 years ago

galvez commented 2 years ago

Fastify DX

Fastify DX is a CLI for rapid application development using the Fastify stack. It aims to offer many of the same functionalities found in Next.js, Nuxt.js and Remix, but instead of relying on deep runtime internals, focus on code generation and glue code for setting up and running Fastify projects, both in development and production.

Motivations

Features

Core

Packages that are part of the core boilerplate.

Commands

The CLI is meant to be installed globally, each command backed by zx script which can also be ejected and tweaked to meet custom project requirements.

The goal is to build up from fastify-cli with several DX oriented changes and additions, along with new and updated documentation.

mcollina commented 2 years ago

Nice work!