image
Akan.js
English
DocsConventionsReferencesCheatsheet
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
Next
명령어

Package CLI

Package command는 `pkgs/akanjs` 아래 package를 관리합니다. version 확인, package 생성, package configuration sync, 배포 가능한 output build 같은 framework/tooling package lifecycle 작업에 사용합니다.
이 명령은 app/library command보다 낮은 수준의 작업입니다. 일반 product code에는 app/library command를 우선 사용합니다.

version

Show version information for packages managed by the workspace. Use it before package release, upgrade, or framework maintenance work to confirm the current package state.
Signature
Examples

create-package

Create a new framework or tooling package under `pkgs/akanjs`. The package name is provided as an option and normalized to lowercase kebab-case before the package template is generated.
Signature
Options
OptionTypeDefaultEnum / FlagDescription
--nameString--Package name. Normalized to lowercase kebab-case.
--name
Type
String
Default
-
Enum / Flag
-
Description
Package name. Normalized to lowercase kebab-case.
Examples

remove-package

Remove an existing package from the workspace package set. Use it when a framework package should no longer participate in package sync, builds, or version reporting.
Signature
Examples

sync-package

Synchronize dependencies and configuration for a selected package. Run it after package manifest changes, build configuration updates, or workspace-level package wiring changes.
Signature
Examples

build-package

Build the selected package for distribution or local framework consumption. Use it after package source changes have been synced and before relying on the package output from apps or other packages.
Signature
Examples
Package CLI
version
create-package
remove-package
sync-package
build-package