1

我在自己的 GitHub 存储库中有一个 Phonegap / Cordova 插件,我想将此插件添加到https://github.com/phonegap/phonegap-plugins的 GitHub 上的 Phonegap 插件存储库。我怎样才能做到这一点?

编辑

Phonegap 插件库说:

我们不想再用代码“弄乱”这个 repo。作者应该在他们自己的 repos 中维护代码,并在这个 repo 的 README.md 中放置一个指针。

但它们是什么意思?

只需在此 repo 中的 README.md 中放置一个指针。

4

2 回答 2

1

如果您想以 Nick Roth 的回答中描述的方式添加插件,请将phonegap/phonegap-plugins 存储库分叉到您的 GitHub 帐户。在包含 README.md 的适当平台(iOS、Android 等)下的 fork 中为您的插件添加一个文件夹

在 README.md 中包含您的插件的简短描述和任何其他可能帮助某人了解它是否适​​合他们的插件的信息,以及指向您 GitHub 帐户中插件的链接。

例子:

https://github.com/phonegap/phonegap-plugins/tree/master/iOS/ActionSheet https://github.com/phonegap/phonegap-plugins/tree/master/Android/VideoPlayer https://github.com/ phonegap/phonegap-plugins/tree/master/iOS/VolumeSlider

然后提交它并向仓库发送拉取请求phonegap/phonegap-plugins,我们将接受它。

于 2013-01-03T20:08:09.760 回答
1

查看那个 repo 的 README 看起来他们并没有接受更多的插件。

We don’t want to “clutter” this repo with code anymore. Authors should maintain the code in their own repos and just put a pointer in a README.md in this repo.

于 2013-01-03T16:15:56.680 回答