Skip to content

jsimck/kodo-code-archive

Repository files navigation

kodo-code

⚠️ Archived Repository This repository is archived and maintained for reference purposes only. A new version is being actively developed internally.

A CLI code assistant built with React and Ink.

Overview

kodo-code is a command-line tool designed to assist with software engineering tasks. It provides features such as code analysis, generating detection rules, vulnerability explanations and defensive security tools. Leveraging React and Ink, it offers an interactive terminal user interface.

Features

  • Code analysis
  • Generating detection rules
  • Vulnerability explanations
  • Defensive security tools
  • Interactive terminal UI

Installation

  1. Clone the repository:

    git clone <repository_url>
    cd kodo-code
  2. Install dependencies using Bun:

    bun install

Usage

Development

To start the application in development mode with live reloading:

bun run dev

Building

To build the application:

bun run build

Contributing

We welcome contributions to kodo-code! Please follow these guidelines when contributing:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with clear, concise messages.
  4. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published