Crates.io | lili |
lib.rs | lili |
version | 0.0.1 |
source | src |
created_at | 2023-08-19 02:25:58.714718 |
updated_at | 2023-08-19 02:25:58.714718 |
description | AI Assistant for Developers |
homepage | |
repository | |
max_upload_size | |
id | 948458 |
size | 163,777 |
Lili is a command line interface (CLI) with AI that allows developers to ask GPT-4 to generate code more efficiently with contextual awareness.
It is different from Github Copilot in that it generates code for the project itself rather than generating code based on the current cursor position.
curl -s https://raw.githubusercontent.com/LiliGPT/lili/main/scripts/install.sh | bash
Lili's install script only creates a binary file in /usr/local/bin/lili
and a
configuration directory in ~/.lili
. To completely uninstall Lili, run the
following commands:
To remove the binary file:
sudo rm -rf /usr/local/bin/lili
To remove the configuration directory:
rm -rf ~/.lili
Lili Project supports these languages:
In order to start using Lili, you need to create a project. Lili does not create any project for you, it just edit files inside a project.
You can create any project you want than open lili running lili
from the terminal.
If you prefer you can also give lili a path, for example: lili ~/my-project
.
The path is optional.