CodeMaker CLI
CodeMaker AI offers tools and automation for software developers for writing, testing, and documenting source code.
Fallowing operations are supported:
- Context-aware source code generation.
- Generating source code documentation.
- Fixing syntax.
Following programming languages are supported:
- C
- C++
- PHP
- Java
- JavaScript & JSX
- CSharp
- Go
- Kotlin
- TypeScript & TSX
- Rust
More language support is coming soon.
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 **/*.java
MIT License