Skip to content

Fastjs CLI Archived

This project is archived

The fastjs-team/cli repository was archived by the owner on Dec 22, 2023 and is now read-only. It no longer receives updates or bug fixes and may not work with current versions of jsfast.

Recommended replacement: scaffold a new project with Vite and add jsfast to it. See Setup Project for the step-by-step.

bash
npm create vite@latest my-project
cd my-project
npm i jsfast

The content below is preserved for users of legacy create-fastjs projects.

Fastjs CLI was an official CLI tool by the Fastjs Team to scaffold a new project with Fastjs 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./