abstract class Wax::Generators::Generator

Included Modules

Direct Known Subclasses

Defined in:

generators/generator.cr

Constant Summary

SUBCOMMANDS = {} of String => Generator.class

Class Method Summary

Instance Method Summary

Instance methods inherited from module Wax::Generators::Commands

error(message : String, exit_code code = 1) error, file(path, body, *, executable = false) : Nil file

Class Method Detail

def self.for(type : String) #

[View source]

Instance Method Detail

abstract def call #

[View source]
abstract def type : String #

[View source]