Class: Transcriptic::DependenciesGenerator

Inherits:
BaseGenerator
  • Object
show all
Includes:
UI
Defined in:
lib/transcriptic/dependencies_generator.rb

Instance Method Summary collapse

Methods included from UI

#arrow, #confirm, #confirm_billing, #confirm_command, #confirm_quote, #deprecate, disable_error_capture, #display, #display_row, #display_table, enable_error_capture, #error, #error_with_failure, extended, extended_into, #fail, #format_bytes, #format_date, #format_with_bang, #get_terminal_environment, included, included_into, #indent, #info, #json_decode, #json_encode, #longest, #mute!, #output, #output_with_arrow, #output_with_bang, #output_with_indent, #quantify, #quiet?, #redisplay, #say, #say_status, #set_buffer, #status, #string_distance, #suggestion, #time_ago, #truncate, #unmute!, #wait_spinner, #warn

Methods inherited from BaseGenerator

source_root

Instance Method Details

#generateObject



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

def generate
  template 'project/Dependencies.erb', target.join('project/Dependencies.scala'), force: true
end