class LuckyCli::Generators::Web

Included Modules

Defined in:

generators/web.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module LuckyCli::GeneratorHelpers

append_text(to, text) append_text, copy_all_templates(from, to) copy_all_templates, copy_template(from, to) copy_template, create_empty_dir(at path) create_empty_dir, create_file(path, contents) create_file, project_dir project_dir, run_command(command) run_command, template_dir template_dir

Constructor Detail

def self.new(project_name : String, api_only : Bool, generate_auth : Bool, project_directory : String = ".") #

[View source]

Class Method Detail

def self.run(*args, **named_args) #

[View source]

Instance Method Detail

def api_only? : Bool #

[View source]
def generate_auth? : Bool #

[View source]
def project_name : String #

[View source]
def run #

[View source]