faraazahmad / shellrb

A unix-like shell built in Ruby
MIT License
35 stars 24 forks source link

Build Rakefile for tasks #19

Closed faraazahmad closed 7 years ago

faraazahmad commented 7 years ago

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.

faraazahmad commented 7 years ago

Issue resolved in commit https://github.com/faraazahmad/shellrb/commit/6e10aff3af3fbaeb1a2fd1774e2beed8dd8ba659