1 Star 0 Fork 0

packyzbq / dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dependency-management.md 974 Bytes
一键复制 编辑 原始数据 按行查看 历史

Dependency management

  • Keep all the dependencies outside the repository.
  • Avoid using suspicious, unknown dependencies as they may introduce vulnerabilities.

Go dependencies

  • Use go mod as dependency manager.
  • Run export GO111MODULE=on to enable go mod.
  • Run go mod tidy before sending any changes.
  • Use only official releases, avoid using master versions.

JavaScript dependencies

  • Use npm as package manager.
  • Run npm ci after checking out the repository to install dependencies.
  • Dependabot Preview updates packages by creating pull requests for the new releases of used packages. Its pull requests are marked with area/dependency label.
  • Update package-lock.json before sending any changes.

Copyright 2019 The Kubernetes Dashboard Authors

1
https://gitee.com/packyzbq/dashboard-zbq.git
git@gitee.com:packyzbq/dashboard-zbq.git
packyzbq
dashboard-zbq
dashboard
master

搜索帮助