0.0.5 • Published 11 months ago
@kepoai/cli v0.0.5
@kepo/cli
Kepo CLI - A tool for building TypeScript code into platform-specific plugins.
Installation
npm install -g @kepo/cli
# or
yarn global add @kepo/cliUsage
You can use the CLI in the following ways:
# After global installation
kp [command] [options]
# Or using npx
npx @kepo/cli [command] [options]System Requirements
- Node.js >= 14.0.0
- Supported OS: macOS, Linux
- Supported architectures: x86_64, arm64 (Apple Silicon)
Auto-Download
The CLI binary will be automatically downloaded from our release server during installation or first use, matching your system's architecture.