Class: ReduxGen::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/redux_gen.rb

Instance Method Summary collapse

Instance Method Details

#new(component, name) ⇒ Object



9
10
11
# File 'lib/redux_gen.rb', line 9

def new(component, name)
  template = Template.new(component, name).render
end