An open API service indexing awesome lists of open source software.

https://github.com/prodemmi/kodo

A developer-first Kanban and notes tool for source code, ideal for team collaboration.
https://github.com/prodemmi/kodo

agile cli kanban notes

Last synced: 4 months ago
JSON representation

A developer-first Kanban and notes tool for source code, ideal for team collaboration.

Awesome Lists containing this project

README

          










Agile Kanban & Notes for Developers

**Kodo** is a modern, source-code-focused Kanban board and notes app for your source code. It streamlines software project management for technical teams by combining task tracking, code scanning, note saving, and a customizable workspace.

## Features

- **Kanban Board:**
Organize tasks into customizable columns, drag and drop cards, set priorities, and visualize workflow from "Todo" to "Done".

- **Code Issue Scanning:**
Automatically scan your codebase for TODOs, FIXMEs, BUGs, and custom patterns.

- **Notes:**
Add notes and documentation directly in your codebase.

- **Workspace Customization:**
Personalize your board with themes, colors, and...

## Getting Started

### Prerequisites
- Go

### Installation
```bash
go install github.com/prodemmi/kodo@latest
```
Just run kodo in your source code directory:
```bash
kodo
```

Open the [http://localhost:3519](http://localhost:3519) in the browser:



## Contributing

1. Fork the project.
2. Create your feature branch (`git checkout -b feature/my-feature`).
3. Commit your changes (`git commit -am 'Add feature'`).
4. Push to the branch (`git push origin feature/my-feature`).
5. Open a Pull Request.

---


Built for productivity. Designed for devs.