文件名称:inch_by_inch:精打细算违反文档规定的任务
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-11 20:58:39
Ruby
渐渐地 一项瑞克任务,使验证文档注释就像运行单个命令一样容易。 安装 将此行添加到您的应用程序的Gemfile : gem 'inch_by_inch' 然后执行: $ bundle 或将其自己安装为: $ gem install inch_by_inch 用法 在您的Rakefile ,添加以下内容: # Rakefile require 'inch_by_inch/rake_task' InchByInch :: RakeTask . new 发展 签出仓库后,运行bin/setup来安装依赖项。 您也可以运行bin/console进行交互式提示,以进行实验。 要将这个gem安装到本地计算机上,请运行rake install 。 要发布新版本,请更新version.rb的版本号,提交,然后运行rake release ,这将为该版本创建git标签,推送git co
【文件预览】:
inch_by_inch-master
----.rubocop_cocoapods.yml(3KB)
----.gitignore(73B)
----README.md(2KB)
----.rubocop.yml(63B)
----CHANGELOG.md(278B)
----bin()
--------console(337B)
--------setup(131B)
----inch_by_inch.gemspec(1020B)
----Gemfile(140B)
----Gemfile.lock(948B)
----CODE_OF_CONDUCT.md(2KB)
----LICENSE.txt(1KB)
----.travis.yml(74B)
----lib()
--------inch_by_inch.rb(81B)
--------inch_by_inch()
----.rubocop_todo.yml(695B)
----Rakefile(636B)