SKELETORUBY
Ruby gem that builds a basic folder structure for a plain ruby project.
folder structure
-Project-Name
  --bin
  --lib
  --spec
    --spec_helper.rb
  Gemfile
  README.md
How to use
Install the gem:
gem install skeletoruby
Example bash command:
skeletoruby new project-name