Sha256: ad4037084937756eaa10490a8a6a0bd2902a549f389e2570f3a12809a98942d3
Contents?: true
Size: 907 Bytes
Versions: 9
Compression:
Stored size: 907 Bytes
Contents
# Bs5 This is a Ruby on Rails engine to include [Bootstrap 5](https://v5.getbootstrap.com/). [![Gem Version](https://badge.fury.io/rb/bs5.svg)](https://badge.fury.io/rb/bs5) [![Build Status](https://travis-ci.org/bazzel/bs5.svg?branch=main)](https://travis-ci.org/bazzel/bs5) [![Ruby Style Guide](https://img.shields.io/badge/code_style-community-brightgreen.svg)](https://rubystyle.guide) ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'bs5' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install bs5 ``` ## Configuration Run the following command to setup your project to use Bootstrap 5. $ rails generate bs5:install ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
9 entries across 9 versions & 1 rubygems
Version | Path |
---|---|
bs5-0.0.14 | README.md |
bs5-0.0.13 | README.md |
bs5-0.0.12 | README.md |
bs5-0.0.11 | README.md |
bs5-0.0.10 | README.md |
bs5-0.0.9 | README.md |
bs5-0.0.8 | README.md |
bs5-0.0.7 | README.md |
bs5-0.0.6 | README.md |