CodeMaker CLI
CodeMaker AI offers tools and automation for software developers for writing, testing, and documenting source code.
Fallowing operations are supported:
- Generating unit tests.
- Migrating the programming language syntax.
- Generating source code documentation.
- Refactoring and renaming local variables.
Following programming languages are supported:
- Java 17
MacOS users can simply install the latest release of the CLI using Homebrew Tap by running:
brew install codemakerai/tap/codemaker-cli- Download the latest CLI release and unzip it.
- Add the CLI to your PATH.
export PATH=$PATH:/bin- Download the latest CLI release and unzip it.
- Add the CLI to your PATH.
export PATH=%PATH%;/bin- Install the package by running:
go install github.com/codemakerai/codemaker-cli- Sign up for the Early Access Program at https://codemaker.ai.
- Receive the Early Access Program invitation email.
- Install CLI.
- Configure the CLI and provide the API Key.
$ codemaker configure- Run it.
$ codemaker generate docs **/*.javaMIT License