class Amber::CLI::App
- Amber::CLI::App
 - Teeplate::FileTree
 - Reference
 - Object
 
Defined in:
amber/cli/generators/app.crConstructors
Instance Method Summary
- 
        #____collect_files(____files)
        
          
:nodoc:
 - #__ecr0(____io)
 - #__ecr10(____io)
 - #__ecr13(____io)
 - #__ecr15(____io)
 - #__ecr17(____io)
 - #__ecr19(____io)
 - #__ecr2(____io)
 - #__ecr21(____io)
 - #__ecr23(____io)
 - #__ecr25(____io)
 - #__ecr27(____io)
 - #__ecr29(____io)
 - #__ecr31(____io)
 - #__ecr33(____io)
 - #__ecr35(____io)
 - #__ecr37(____io)
 - #__ecr4(____io)
 - #__ecr43(____io)
 - #__ecr52(____io)
 - #__ecr54(____io)
 - #__ecr56(____io)
 - #__ecr58(____io)
 - #__ecr6(____io)
 - #__ecr60(____io)
 - #__ecr62(____io)
 - #__ecr65(____io)
 - #__ecr67(____io)
 - #__ecr69(____io)
 - #__ecr71(____io)
 - #__ecr78(____io)
 - #__ecr8(____io)
 - #__ecr80(____io)
 - #__ecr82(____io)
 - #database_name : String
 - #fetch_author
 - #fetch_email
 - #fetch_github_name
 - 
        #filter(entries)
        
          
Override to filter files rendered
 - #filter_for_minimal(entries)
 - #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
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(name : String, database : String = "pg", language : String = "slang", minimal : Bool = false)
        #
      
      
      Instance Method Detail
        
        def filter(entries)
        #
      
      
        
              Description copied from class Teeplate::FileTree
            
          
          Override to filter files rendered