gtci
1.0.0
GTCI(命令行安裝程序)的安裝程序是一種工具,使開發人員,初學者和系統管理員能夠從命令行接口(CLI)有效,快速地安裝軟件和庫。這些安裝程序通常使用軟件包管理器來管理軟件依賴性並確保無縫有效的安裝過程。
GTCI安裝程序對於開發人員,初學者和系統管理員來說是非常有價值的,因為它們提供了一種自動化和快速安裝軟件和庫的方法。這些安裝人員簡化了安裝過程,並確保正確管理軟件依賴性,使其成為任何部署或開發管道中必不可少的工具。
特別是,GTCI安裝程序對在部署管道中的安裝過程進行自動化非常有益。在這種情況下,至關重要的是要確保正確安裝軟件依賴性以避免管道中的任何延遲。
初學者友好,快速,簡單的安裝。
在macOS上使用“ pip3 ”
pip install gtci
[ - ] Usage : gtci < command > [ options ]
[ + ] Commands :
install , clone Install programs .
run , start Iaunch a program .
uninstall , remove Remove or uninstall previously installed programs .
download Download the file in zip format to the current working directory .
list Display a list of all installed programs .
version Display the current version of the "gtf" tool itself .
help Display information about the available commands and options .
[ + ] General Options :
- i , - install Install programs .
- r , - run Iaunch a program .
- d , - download Download the file in zip format to the current working directory .
- l , - list Display a list of all installed programs .
- v , - version Display the current version of the "gtf" tool itself .
- h , - help Display information about the available commands and options .