Class: Sincli::Generators::RootFiles

Inherits:
Base
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/sincli/generators/root_files.rb

Instance Attribute Summary

Attributes inherited from Base

#name, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Sincli::Generators::Base

Instance Method Details

#generateObject



6
7
8
9
10
11
12
# File 'lib/sincli/generators/root_files.rb', line 6

def generate
  set_options
  gemfile
  rackup
  gitignore
  rakefile
end