codemakerai / codemaker-cli

CodeMaker CLI
MIT License
7 stars 3 forks source link

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:

Supported languages

Following programming languages are supported:

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