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/cli
yarn
yarn global add @ccjk/cli
pnpm
pnpm add -g @ccjk/cli

Configuration

After installation, configure CCJK with your API key:

ccjk config set api-key YOUR_API_KEY

Basic Commands

CommandDescription
ccjk chatStart an interactive AI chat session
ccjk codeGenerate code from natural language
ccjk reviewGet AI code review
ccjk testGenerate tests for your code
ccjk docsGenerate documentation

Next Steps

Related Tools