package – 使用Bower更新多个依赖关系

前端之家收集整理的这篇文章主要介绍了package – 使用Bower更新多个依赖关系前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我列出(和/或安装)与bower在bower.json文件和/或与中的几个依赖
bower install https://github.com/username/project.git

这工作正常。

现在我可以列出所有他们

bower list

然后我可以选择我的项目的每个依赖项的名称并运行

bower update dependency-name

Question: How can I bulk update all of them? Or do I have to write a shell script to loop through and update them?

您可以通过运行bower update更新所有。

对任何命令使用-h标志,以了解如何使用它。例如bower update -h。

原文链接:https://www.f2er.com/javaschema/282747.html

猜你在找的设计模式相关文章