You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
talk-codebase/README.md

866 B

talk-codebase is a powerful tool for chatting with your codebase

Node.js Package

chat

Installation

pip install talk-codebase

Usage

talk-codebase works only with files of popular programming languages and additionally with .txt files. All other files will be ignored.

# Start chatting with your codebase
talk-codebase chat <directory>

# Configure
talk-codebase configure

# Help
talk-codebase --help

Requirements