luanshaotong / deps-gpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPS-GPT

自动安装dependences。

快速复现别人的项目?一键跨平台部署?都满足你。

开始

安装

  1. 确保您已安装 Go
  2. 克隆此仓库到您的本地计算机。
  3. 进入项目根目录,运行 ./build.sh 以构建项目。

使用

目前仅限root user

# 将depsgpt添加到环境变量
depsgpt "your command"

注意命令需要添加双引号

许可

用 MIT 许可。有关详细信息,请参阅 LICENSE 文件。

DEPS-GPT

Automatic installation of dependences.

Need to quickly replicate someone else's project? Need to deploy across multiple platforms with just one click? This tool has got you covered.

Getting Started

Installation Ensure that you have installed Go. Clone this repository to your local machine. Enter the project root directory and run ./build.sh to build the project.

Usage

Currently, this tool is only available for root users.

Copy code
# Add DEPS-GPT to the environment variable and run your command
depsgpt "your command"

Note that the command needs to be enclosed in double quotes.

License

Licensed under the MIT License. See the LICENSE file for details.

About

License:MIT License


Languages

Language:Go 96.7%Language:Shell 3.3%