image
Akan.js
English
DocsConventionsReferencesCheatsheet
image
Akan.js
Released under the MIT License
Official Akan.js Consulting onAkansoft
Copyright © 2026 Akan.js All rights reserved.
System managed bybassman
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
Previous
Package
Next
Cloud

Page CLI

Page commands generate app pages for existing modules. The current public page command creates CRUD pages: list, detail, create, and edit surfaces for a selected module.
This command connects an app and a module, so use it after the domain module already exists.

create-crud-page

Create CRUD page routes for an existing module inside a selected application. The generator creates list, detail, create, and edit surfaces, with `--basePath` for section routing and `--single` for a single-page CRUD flow.
Signature
Options
OptionTypeDefaultEnum / FlagDescription
--basePathString-nullableOptional base path for generated routes.
--singleBooleanfalse-Generate a single-page CRUD surface.
--basePath
Type
String
Default
-
Enum / Flag
nullable
Description
Optional base path for generated routes.
--single
Type
Boolean
Default
false
Enum / Flag
-
Description
Generate a single-page CRUD surface.
Examples
Page CLI
create-crud-page