pitman:寻找未使用的宝石

时间:2024-07-11 11:19:30
【文件属性】:

文件名称:pitman:寻找未使用的宝石

文件大小:558KB

文件格式:ZIP

更新时间:2024-07-11 11:19:30

Ruby

皮特曼 一个简单的命令行工具,可帮助用户查找未使用的 gem。 安装 将此行添加到应用程序的 Gemfile 中: gem install pitman 然后执行: $ pitman

# DIR must be the main directory where you place all your ruby projects. 去做 根据ruby版本验证 gems(因为用户可能有多个 ruby​​ 版本,因此 gem 列表必须尊重该项目的预期 ruby​​ 版本)。 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求


【文件预览】:
pitman-master
----.gitignore(118B)
----bin()
--------pitman(302B)
----LICENSE.txt(1KB)
----README.md(741B)
----pitman.gemspec(912B)
----lib()
--------pitman.rb(710B)
----Gemfile(38B)
----Rakefile(160B)
----test()
--------collect.rb(1KB)
--------fixtures()

网友评论