appliku
Installation
SKILL.md
Appliku CLI & SDK Reference
Appliku is a PaaS platform. The appliku package provides both a CLI and a Python SDK.
Installation
1. Check for uv
uv --version
If the command is not found, install uv first:
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh