An open API service indexing awesome lists of open source software.

https://github.com/bazzel/bs5

[WIP] Rails engine to include Bootstrap 5
https://github.com/bazzel/bs5

rails rails-engine ruby

Last synced: 6 months ago
JSON representation

[WIP] Rails engine to include Bootstrap 5

Awesome Lists containing this project

README

        

# 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.

$ bin/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).