Class: Bashly::Commands::Generate

Inherits:
Base
  • Object
show all
Defined in:
lib/bashly/commands/generate.rb

Instance Method Summary collapse

Methods included from AssetHelper

#asset

Instance Method Details

#runObject



14
15
16
17
18
# File 'lib/bashly/commands/generate.rb', line 14

def run
  create_user_files
  create_master_script
  say "run !txtpur!#{master_script_path} --help!txtrst! to test your bash script"
end