你怎么告诉cordova插件添加拉特定版本的插件

时间:2014-02-27 17:58:41

标签: plugins cordova command-line-interface

Cordova提供了一个CLI,允许您为项目添加插件,如下所示:

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file

例如,这会添加最新版本的文件插件。

我的问题是你如何告诉它添加文件插件的特定版本,例如file-r0.2.5。

1 个答案:

答案 0 :(得分:1)

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file@0.2.5

查看cordova文档:http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-Line%20Interface_advanced_plugin_options