Modo code assistant client Beta
This project provides a command-line interface for managing projects within a system called Modo Code. Users can initialize projects, ask questions related to those projects, and receive AI-generated responses.
- Initialize a Project: Users can create a new project with a specified name and programming language.
- Ask Questions: Once a project is initialized, users can pose questions related to their projects and receive AI-generated responses.
Python - C# - Typescript - Javascript - Go
-
Install modo:
pip install modo-code
-
Authenticate with Modo Code: Run the following command to log in:
modo login
- IF you need credential to try it contact me: mohamadmohamadi249@gmail.com
-
Initialize a Project:
Run the following command at root of project to start the project initialization process:
modo init
Follow the prompts to provide the project name and language.
-
Ask a Question:
After initializing a project, you can ask questions like this:
modo ask_question
If you'd like to contribute to the project, please fork the repository and submit a pull request with your proposed changes.
This project is licensed under the MIT License
-
Support new languages
- C#
- GoLang
- Dart
- PHP
-
Update command
- New command to update librarry