codemaker-cli

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL