CodeMaker CLI
To install the CodeMaker AI CLI follow these steps.
Installation using Homebrew
Install Homebrew on your local machine.
In terminal execute the command:
brew install codemakerai/tap/codemaker-cli
Configure the CLI and set the API Key:
codemaker configure
Run CLI commands:
codemaker generate docs **/*.java
Installing binary distribution
CodeMaker CLI can be installed for any of the supported platforms by downloading the binary distribution.
Download the latest release of CodeMaker CLI for you operating system and architecture.
Unzip the archive.
Add CodeMaker CLI to your path.
Configure the CLI and set the API Key:
codemaker configure
Run CLI commands
codemaker generate docs **/*.java
Last updated