generator-ruby

Opinionated Yeoman generator for Node projects

Usage no npm install needed!

<script type="module">
  import generatorRuby from 'https://cdn.skypack.dev/generator-ruby';
</script>

README

npm package

Renovatebot Known Vulnerabilities

Quality Gate Status Reliability Rating Bugs Security Rating Vulnerabilities Maintainability Rating Technical Debt Code Smells

generator-ruby

Opinionated Yeoman generator for Node projects.

This generator composes the following configs:

  1. eslint-config-ruby
  2. jest-preset-ruby
  3. commitlint-config-ruby
  4. husky config

Pre-requisites

  1. Install and setup git on your machine (this generator will take care of initializing a git repo)

Usage

Run the generator

npx -p yo -p generator-ruby -c 'yo ruby'