Bower
Bower是twitter推出的包管理工具,支持包的下载、更新、卸载等操作。
通过命令 bower install安装软件包,默认会安装到 bower_components/目录.
通过 bower.json 文件安装
$ bower install
通过在github上注册的包名安装
$ bower install jquery
GitHub短链接
$ bower install desandro/masonry
Github上的 .git
$ bower install git://github.com/user/package.git
URL
$ bower install http://example.com/script.js