CLI
About 125 wordsLess than 1 minute
This CLI differs slightly from the backend built-in CLI. It targets full-stack frontend and backend projects.
Features include:
- One-click create, configure, and manage fba projects (interactive guided flow)
- One-click run fba / fba_ui projects
- One-click frontend and backend plugin management
- ...
If you are building with fba frontend and backend, this tool greatly simplifies project initialization and day-to-day development.
How to Use
Install fba-cli
npm install -g @fba/cliRun
fba-cli -hin the terminal for help
Warning
fba-cli is a strict project-level CLI tool. Before using it, you must define the frontend and backend as a general-purpose or backend-first project structure.

