Skip to content

codemakerai/codemaker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codemaker-cli

CodeMaker CLI

Overview

CodeMaker AI offers tools and automation for software developers for writing, testing, and documenting source code.

Features

Fallowing operations are supported:

  • Context-aware source code generation.
  • Generating source code documentation.
  • Fixing syntax.

Supported languages

Following programming languages are supported:

  • C
  • C++
  • PHP
  • Java
  • JavaScript & JSX
  • CSharp
  • Go
  • Kotlin
  • TypeScript & TSX
  • Rust

More language support is coming soon.

Installation

On MacOS

MacOS users can simply install the latest release of the CLI using Homebrew Tap by running:

brew install codemakerai/tap/codemaker-cli

On Linux

  1. Download the latest CLI release and unzip it.
  2. Add the CLI to your PATH.
export PATH=$PATH:/bin

On Windows

  1. Download the latest CLI release and unzip it.
  2. Add the CLI to your PATH.
export PATH=%PATH%;/bin

Using Golang

  1. Install the package by running:
go install github.com/codemakerai/codemaker-cli

Getting started

  1. Sign up for the Early Access Program at https://codemaker.ai.
  2. Receive the Early Access Program invitation email.
  3. Install CLI.
  4. Configure the CLI and provide the API Key.
$ codemaker configure
  1. Run it.
$ codemaker generate docs **/*.java

License

MIT License