Skip to Content
ReferenceCLI

CLI

The Orjanda CLI is the quickest route from an empty directory to a running application.

Command index

CommandInvocationPurpose
Installgo install github.com/orjanda-framework/orjanda/cmd/orjanda@latestInstall the latest Orjanda CLI
Initializeorjanda init myappCreate a new application named myapp
New documentorjanda new document LeaveRequest --module=leave --submittableGenerate a submittable LeaveRequest
Serveorjanda serveRun the application locally

Typical sequence

For a new project, the commands usually follow this order:

go install github.com/orjanda-framework/orjanda/cmd/orjanda@latest orjanda init myapp cd myapp orjanda new document LeaveRequest --module=leave --submittable orjanda serve
Last updated on