Class: KStarter::Starters::Gem
- Defined in:
- lib/k_starter/starters/gem.rb
Overview
Generate command line for a new ruby gem project.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#ask_destroy_existing_project, #ask_exit_if_project_exists, #create_kbuilder, #exiting, #initialize, #project_open_in_vscode, #project_path_delete, #project_path_exist?, #system_in_project, #system_in_root
Methods included from TtyHelpers
#command, #config, #cursor, #editor, #exec_exist?, #generator, #pager, #platform, #prompt, #screen, #which
Constructor Details
This class inherits a constructor from KStarter::Starters::Base
Instance Method Details
#execute ⇒ Object
22 23 24 25 26 27 |
# File 'lib/k_starter/starters/gem.rb', line 22 def execute create_gem create_kbuilder project_open_in_vscode end |