class Launch::Plugins::Plugin

Defined in:

launch/cli/plugins/plugin.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, present? present?

Constructor Detail

def self.new(name : String, directory : String) #

[View source]

Class Method Detail

def self.can_generate?(name : String) #

[View source]

Instance Method Detail

def directory : String #

[View source]
def generate(action : String, options = nil) #

[View source]
def log_message(msg) #

[View source]
def name : String #

[View source]