Documentation
CodeMaker AI
  • Quick start
    • Overview
    • Getting Started
      • Visual Studio Code
      • JetBrains
      • GitHub Action
      • CodeMaker CLI
  • Features
    • Coding Assistant
    • Interactive
      • Autocompletion
      • Inline code generation
      • Code Actions
      • Syntax Autocorrection
    • Batch
      • Code generation
      • Documentation generation
      • Predictive code generation
    • Source Context
    • Source Graph
  • Models
    • Fine-Tunning
  • Knowledge Base
    • Indexes
  • Source Code
    • Repositories
  • Integrations
    • IDE
      • Visual Studio Code
      • JetBrains
    • GitHub
      • GitHub Action
        • Continous Integration
        • Pull Requests
      • GitHub App
    • CLI
    • SDK
      • Go
      • JavaScript
Powered by GitBook
On this page
  • Installation using Homebrew
  • Installing binary distribution
  1. Quick start
  2. Getting Started

CodeMaker CLI

PreviousGitHub ActionNextCoding Assistant

Last updated 1 year ago

To install the CodeMaker AI CLI follow these steps.

Installation using Homebrew

  1. Install on your local machine.

  2. In terminal execute the command: brew install codemakerai/tap/codemaker-cli

  3. Configure the CLI and set the API Key: codemaker configure

  4. Run CLI commands: codemaker generate docs **/*.java

Installing binary distribution

CodeMaker CLI can be installed for any of the supported platforms by downloading the .

  1. Download the latest release of for you operating system and architecture.

  2. Unzip the archive.

  3. Add CodeMaker CLI to your path.

  4. Configure the CLI and set the API Key: codemaker configure

  5. Run CLI commands codemaker generate docs **/*.java

Homebrew
binary distribution
CodeMaker CLI