Licence
MIT
Version
2.1.0
Deps
2
Size
18 kB
Vulns
0
Weekly
0
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