guard-preek:重构的守卫,以颜色查看代码异味

时间:2024-08-02 12:10:34
【文件属性】:

文件名称:guard-preek:重构的守卫,以颜色查看代码异味

文件大小:10KB

文件格式:ZIP

更新时间:2024-08-02 12:10:34

Ruby

后卫::Preek 使用和为您打印气味进行重构。 彩色! 安装 $ gem install guard-preek 或者 # Add to Gemfile gem 'guard-preek' 或者自己安装 $ git clone git@github.com:joenas/guard-preek.git $ cd guard-preek $ rake install 用法 生成模板: $ guard init preek 例子 guard :preek , run_all_dir : 'lib' do watch ( /lib \/ (.*).rb/ ) end 可用选项 run_all_dir : 'lib' # Enter in guard will run Preek on 'lib' report : :verbose


【文件预览】:
guard-preek-master
----.gitignore(154B)
----Guardfile(176B)
----.rspec(26B)
----.travis.yml(116B)
----LICENSE.txt(1KB)
----guard-preek.gemspec(1KB)
----spec()
--------test_files()
--------capture_helper.rb(255B)
--------spec_helper.rb(777B)
--------guard()
----README.md(1KB)
----lib()
--------guard()
----Gemfile(96B)
----Rakefile(28B)

网友评论