image
Akan.js
한국어
문서컨벤션레퍼런스Cheatsheet
image
Akan.js
MIT 라이선스 하에 배포되었습니다.
Akan.js 공식 컨설팅 서비스Akansoft
Copyright © 2026 Akan.js 모든 권리 보유.
시스템 관리자bassman
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
이전
Package
다음
Cloud

Page CLI

Page command는 기존 module을 위한 app page를 생성합니다. 현재 공개 page command는 선택한 module의 CRUD page, 즉 list, detail, create, edit surface를 만듭니다.
이 명령은 app과 module을 연결하므로 domain module이 이미 존재한 뒤에 사용합니다.

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