Skip to content

Latest commit

 

History

History
113 lines (70 loc) · 3.53 KB

README.md

File metadata and controls

113 lines (70 loc) · 3.53 KB

ruby-scaffolder

opinionated scaffolder for Ruby projects

Node CI Workflow Status Codecov SLSA Level 2

Usage

npm Try @form8ion/ruby-scaffolder on RunKit MIT license node

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

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test