module YMDP

Compiles the source code for an individual domain.

Examples

@compiler = YMDP::Compiler::Base.new('staging', 'asdfh23rh2fas', :base_path => ".", :server => {
  "server" => "staging", "application_id" => "12345", "assets_id" => "abcdefg_1" })

You can then compile the domain:

@compiler.build

Covers all the domains and the actions that are taken on all domains at once.

Usage:

YMDP::Compiler::Domains.new(:message => “Commit message”).compile

Options are provided by command-line parsing from YMDP::Compiler::Options.

Constants

ProtocolRegexp