Currently ShellRB is run by using the not so elegant command ruby lib/app.rb, I want it to be run using a simple command like rake run
and for bundle install, rake install
for bundle exec rspec, rake test
This way, we have a centralised solution for all the available commands.
Currently ShellRB is run by using the not so elegant command
ruby lib/app.rb
, I want it to be run using a simple command likerake run
and forbundle install
,rake install
forbundle exec rspec
,rake test
This way, we have a centralised solution for all the available commands.