Command Line Interface
Frourio
Options
[--version/-v]
Show frourio version.
[--watch/-w]
Enable watch mode.
Regenerate $server.ts
according to the change of API files.
[--project/-p <project dir>]
Default: .
Frourio uses this path to reference tsconfig.
Create Frourio App
Arguments
[<dir>]
Default: my-frourio-app
Options
[-v]
Show create-frourio-app version.
[--port/-p <port>]
Default: 3000
[--host <hostname>]
Default: localhost
[--answers <answers json>]
When this option is specified, cfa starts in CUI mode instead of GUI mode.
JSON Generator: Setup with CUI
[--help/-h]
Show help.
Aspida
more information: aspida/aspida
Options
[--version/-v]
Show aspida version.
[--watch/-w]
Enable watch mode.
Regenerate $api.ts
according to the change of API files.
[--config/-c <config path>]
Default: aspida.config.js
Pathpida
more information: aspida/pathpida
Options
[--version/-v]
Show pathpida version.
[--watch/-w]
Enable watch mode.
Regenerate $path.ts
according to the change of pages and static files.
[--enableStatic/-s]
Generate static files path in $path.ts
.
[--ignorePath/-p <ignore pattern>]
Specify the ignore pattern file path.
[--output/-o <output dir>]
Default:
- Next.js:
utils
/lib
- Nuxt.js:
plugins
- Other:
node_modules
Specify the output directory for $path.ts
.