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