Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Enrique bos edited this page Jan 5, 2022 · 17 revisions

Welcome to Jarvide docs!

Here, you can find all information about the source code, commands, features, and more.
Is something not up to date or contains incorrect information? Make sure to let us know!

File structure

Jarvide/src
├── cogs │ ├── ide │ │ ├── dialogs │ │ │ ├── edit_view.py │ │ │ ├── file_view.py │ │ │ ├── navigated_saved.py │ │ │ └── open_view.py │ │ └── ide.py │ ├── fun.py │ ├── help.py │ ├── misc.py │ ├── mod.py │ └── staff.py ├── utils │ ├── confirmation.py │ ├── paginator.py │ └── utils.py └── bot.py

Creation of Jarvide

Jarvide is a creation of pure inspiration made to solve the problems of a developer. Our team has decided it was the right time and right place, to start developing an IDE that also has chat-bot functionalities. Balanced as all things should be.

Clone this wiki locally