文件名称:modernize-hashes
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-01 11:33:11
Ruby
现代化::哈希 一个命令行工具,可将所有哈希值从:really_old => 'style'为the_new: 'hotness' !!! 安装 将此行添加到应用程序的 Gemfile 中: gem 'modernize-hashes' 然后执行: $ bundle 或者自己安装: $ gem install modernize-hashes 用法 只需运行它: $ modernize-hashes 贡献 分叉吧 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请求
【文件预览】:
modernize-hashes-master
----LICENSE.txt(1KB)
----modernize-hashes.gemspec(922B)
----lib()
--------modernize-hashes()
--------modernize-hashes.rb(607B)
----Gemfile(101B)
----Rakefile(28B)
----README.md(608B)
----.gitignore(154B)
----bin()
--------modernize-hashes(68B)