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
  • Usage
  1. Integrations

CLI

Installation

CodeMaker CLI can be installed on macOS or Linux operating systems using Homebrew tap.

brew install codemakerai/tap/codemaker-cli

Usage

The CLI can be used for tasks like code or documentation generation and can be triggered for the entire directory structure.

Configuration

One time configuration is needed to specify the API Key:

codemaker configure

Code generation

The batch code generation can be done by executing the following command.

codemaker generate code **/*.java

Documentation generation

The batch documentation generation can be done by executing the following command.

codemaker generate docs **/*.java
PreviousGitHub AppNextSDK

Last updated 1 year ago