module GWT

Defined in:

gwt.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.add_remote(name : String, url : String) #

[View source]
def self.branch(branch_name) : Nil #

[View source]
def self.branch_prefix : String #

[View source]
def self.clone(base_path, url, clone_args) #

[View source]
def self.command(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Inherit, output : Process::Stdio = STDERR, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false) : Process::Status #

[View source]
def self.command_output(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Close, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false) #

[View source]
def self.copy_files(target_dir) #

[View source]
def self.ls #

[View source]
def self.on(branch_name, commandline) #

[View source]
def self.pr(pull_request_url) #

[View source]
def self.raise(message) #

[View source]
def self.root_dir : String #

[View source]
def self.run(args = ARGV) #

[View source]
def self.slug(string) #

[View source]