class Amber::Plugins::Plugin

Defined in:

amber/cli/plugins/plugin.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.can_generate?(name : String) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def directory : String #

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

[View source]
def log_message(msg) #

[View source]
def name : String #

[View source]