文件名称:cocoapods-repo-hg:对 cocoapods spec-repos 的 mercurial 支持
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-31 00:33:47
Ruby
Cocoapods::RepoHg 添加 mercurial 支持以管理规范存储库 简短的 我们的团队一直在使用 Cocoapods 的内部分支,支持 svn、bzr 和 hg spec-repo。 由于 #1747 已关闭,我正在将该代码移植到插件中 安装 $ gem install cocoapods-repo-hg 用法 添加 $ pod repo-hg add NAME REPO 更新 $ pod repo-hg update NAME 去掉 $ pod repo-hg remove NAME 贡献 .. 建造 $ rake build 安装 $ rake install 想法 Repo->Remove 和 Repo->Lint 足够通用,可以从 git 特定的命令/repo 中删除
【文件预览】:
cocoapods-repo-hg-master
----.gitignore(634B)
----README.md(891B)
----CHANGELOG.md(130B)
----Gemfile(352B)
----LICENSE(1KB)
----lib()
--------repo_hg_ext.rb(58B)
--------repo_hg_ext()
--------cocoapods_plugin.rb(29B)
--------pod()
----repo_hg_ext.gemspec(924B)
----Rakefile(29B)