CodeMaker CLI
Last updated
Last updated
To install the CodeMaker AI CLI follow these steps.
Install 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
CodeMaker CLI can be installed for any of the supported platforms by downloading the .
Download the latest release of 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