/
mcniki
/
CodeContext
Обзор
Документация
Войти
/
mcniki
/
CodeContext
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
aur_build/codecontext.install
14 строк
371 B
Gorobets Nikita
feat: add i18n infrastructure with 359 translations across 22 files
11 июн 2026, 12:04
11 июн 2026, 12:04
6d975b8
Код
Авторство
О чём код?
post_install() { echo ':: CodeContext AI installed successfully.' echo ' Run "codecontext" from terminal or launch from desktop menu.' echo ' For CLI mode: codecontext --cli --path /path/to/project' echo ' Documentation: https://github.com/NIKIRIKI7/CodeContext' } post_upgrade() { post_install } pre_remove() { echo ':: Removing CodeContext AI...' }