guard-bosh:保护插件,使开发 BOSH 版本更容易

时间:2021-06-14 13:15:54
【文件属性】:
文件名称:guard-bosh:保护插件,使开发 BOSH 版本更容易
文件大小:28KB
文件格式:ZIP
更新时间:2021-06-14 13:15:54
Ruby 后卫-波什 Guard BOSH 是一个插件,可以更轻松地开发版本。 目前,它会监控您的模板和部署清单是否有任何更改,并报告丢失的 BOSH 属性或模板错误。 示例设置 $ git clone https://github.com/pivotal-cf/cf-rabbitmq-release.git $ cd cf-rabbitmq-release # Create a Gemfile, or add guard and guard-bosh to your existing Gemfile $ if [ ! -f 'Gemfile' ]; then echo "source 'https://rubygems.org'" > Gemfile; fi $ echo "gem 'guard'" >> Gemfile $ echo "gem 'guard-bosh'" >> Gemfile
【文件预览】:
guard-bosh-master
----lib()
--------guard()
----Gemfile(39B)
----Guardfile(633B)
----guard-bosh.gemspec(1KB)
----spec()
--------guard()
--------spec_helper.rb(124B)
----Rakefile(174B)
----LICENSE(11KB)
----README.md(1KB)
----.rspec(53B)
----.gitignore(26B)

网友评论