class Kamaji::Command

Defined in:

kamaji.cr

Constant Summary

USAGE = "Usage: build #{"LANG".colorize(:green)} #{"TYPE".colorize(:cyan)} NAME\n\n Initializes a project folder as a git repository and\n default folder structure for programming projects.\n\n Run #{"kamaji build -h".colorize(:green)} to view more information\n about supported #{"LANG".colorize(:green)} and #{"TYPE".colorize(:cyan)} options."
VERSION = "v0.0.1"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(options : Array(String)) #

[View source]

Class Method Detail

def self.run(options = ARGV) #

[View source]

Instance Method Detail

def run #

[View source]
def usage_with_logo #

[View source]