⚠️ 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.
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.
- Code analysis
- Generating detection rules
- Vulnerability explanations
- Defensive security tools
- Interactive terminal UI
-
Clone the repository:
git clone <repository_url> cd kodo-code
-
Install dependencies using Bun:
bun install
To start the application in development mode with live reloading:
bun run devTo build the application:
bun run buildWe welcome contributions to kodo-code! Please follow these guidelines when contributing:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear, concise messages.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.