Class: Brut::CLI::Apps::Scaffold

Inherits:
Commands::BaseCommand show all
Defined in:
lib/brut/cli/apps/scaffold.rb

Defined Under Namespace

Classes: Action, BaseCommand, Component, CustomElementTest, DbModel, E2ETest, Form, Page, RoutesEditor, Test

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Commands::BaseCommand

#accepts, #args_description, #argv, #bootstrap?, #default_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #name, #options, #opts, #puts, #run, #stdin, #system!, #theme

Instance Method Details

#commandsObject



7
8
9
# File 'lib/brut/cli/apps/scaffold.rb', line 7

def commands
  super - [ Brut::CLI::Apps::Scaffold::BaseCommand ]
end

#descriptionObject



5
# File 'lib/brut/cli/apps/scaffold.rb', line 5

def description = "Create scaffolds of various files to help develop more quckly"