Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理的项目有一些依赖项。我应该将依赖项放在我的仓库中吗?还是我应该列出它们?是否有采购依赖项的约定?
如果您的依赖项有 Git 存储库,您可以使用Git 子模块来跟踪这些项目。
除此之外,您可以在 README 中为您的项目指定依赖项和安装说明,或者提供一个脚本来安装正确的依赖项。