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
name | description | usage |
---|---|---|
[name] | The name of the project | fastjs-project |
-p --path | The path to create the project | ./ |