@form8ion/ruby-scaffolder
v2.1.0
Published
opinionated scaffolder for Ruby projects
Downloads
432
Readme
ruby-scaffolder
opinionated scaffolder for Ruby projects
Usage
Installation
$ npm install @form8ion/ruby-scaffolder --save
Dependencies
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.
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test