opinionated scaffolder for Ruby projects
$ npm install @form8ion/ruby-scaffolder --save
It is expected that rbenv is available for
managing Ruby versions. This scaffolder will
leverage rbenv to install the version of
Ruby that is defined in the generated
.ruby-version
file.
It is also expected that bundler is available for
installing gems from a Gemfile.
It can be installed automatically in rbenv
managed Ruby versions by including it in your
~/.rbenv/default-gems
file
when you have the rbenv-default-gems
plugin
installed.
$ nvm install
$ npm install
$ npm test