Skip to content

Fastjs CLI

Fastjs CLI is a official CLI tool by Fastjs Team to create a new project with Fastjs just in a few seconds.

Basic Usage

bash
pnpm create fastjs
bash
yarn create fastjs
bash
npm create fastjs
bash
bun create fastjs

Parameters

namedescriptionusage
[name]The name of the projectfastjs-project
-p --pathThe path to create the project./