class Launch::CLI::App
- Launch::CLI::App
- Teeplate::FileTree
- Reference
- Object
Defined in:
launch/cli/generators/app.crConstructors
- .new(name : String, database : String = "sqlite", language : String = "ecr", minimal : Bool = false)
Instance Method Summary
-
#____collect_files(____files)
:nodoc:
- #__ecr1(____io)
- #__ecr10(____io)
- #__ecr13(____io)
- #__ecr15(____io)
- #__ecr17(____io)
- #__ecr19(____io)
- #__ecr21(____io)
- #__ecr23(____io)
- #__ecr25(____io)
- #__ecr27(____io)
- #__ecr29(____io)
- #__ecr3(____io)
- #__ecr31(____io)
- #__ecr33(____io)
- #__ecr35(____io)
- #__ecr37(____io)
- #__ecr45(____io)
- #__ecr5(____io)
- #__ecr52(____io)
- #__ecr63(____io)
- #__ecr65(____io)
- #__ecr69(____io)
- #__ecr7(____io)
- #__ecr71(____io)
- #adapter_name : String
- #database_name : String
- #fetch_author
- #fetch_email
- #fetch_github_name
-
#filter(entries)
Override to filter files rendered
- #filter_for_minimal(entries)
- #generate_adapter_name
- #which_git_command
Instance methods inherited from class Teeplate::FileTree
class_name
class_name,
display_name
display_name,
display_name_plural
display_name_plural,
filter(entries)
filter,
name_plural
name_plural,
render(out_dir, force : Bool = false, interactive : Bool = false, interact : Bool = false, list : Bool = false, color : Bool = false, per_entry : Bool = false, quit : Bool = true)
render
Instance methods inherited from class Object
blank?
blank?,
present?
present?
Constructor Detail
def self.new(name : String, database : String = "sqlite", language : String = "ecr", minimal : Bool = false)
#
Instance Method Detail
def filter(entries)
#
Description copied from class Teeplate::FileTree
Override to filter files rendered