Sha256: dc91e6968dd4efd4fefab3332aea623daf3878e38c0435c39d4a973def08a72d
Contents?: true
Size: 285 Bytes
Versions: 11
Compression:
Stored size: 285 Bytes
Contents
class Recipes::Style < Rails::AppBuilder def create append_to_file ".gitignore", ".rubocop.yml\n" append_to_file ".gitignore", ".eslintrc.json\n" append_to_file ".gitignore", ".sscs-lint.yml\n" add_readme_header :style_guide end def install create end end
Version data entries
11 entries across 11 versions & 1 rubygems