Tutorial
Getting Started with CCJK Cloud
CCJK Cloud is a powerful AI-powered development platform that helps you write better code faster. This guide will walk you through the setup process and basic usage.
Prerequisites
- โNode.js 18+ installed
- โA CCJK Cloud account
- โYour favorite code editor (VS Code recommended)
Installation
Install CCJK CLI using your preferred package manager:
npm
npm install -g @ccjk/cliyarn
yarn global add @ccjk/clipnpm
pnpm add -g @ccjk/cliConfiguration
After installation, configure CCJK with your API key:
ccjk config set api-key YOUR_API_KEYBasic Commands
| Command | Description |
|---|---|
ccjk chat | Start an interactive AI chat session |
ccjk code | Generate code from natural language |
ccjk review | Get AI code review |
ccjk test | Generate tests for your code |
ccjk docs | Generate documentation |