BBK::Utils
Common classes and helpers for BBK library stack.
Installation
Adding to a gem:
# my-cool-gem.gemspec
Gem::Specification.new do |spec|
# ...
spec.add_dependency "bbk-utils", "~> 1.0.0"
# ...
endOr adding to your project:
# Gemfile
gem "bbk-utils", "~> 1.0.0"Features
bbkdocs
Создать bin/bbkdocs:
#!/usr/bin/env ruby
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require 'bbk/utils/cli'
BBK::Utils::Cli::Docs.new(ARGV).runДобавить в Rakefile:
# Загружаем таски из BBK::Utils. В частности генерацию документации
BBK::Utils.load_tasksContributing
See the file CONTRIBUTING.md
License
See the file LICENSE