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
- Host: GitHub
- URL: https://github.com/bazzel/bs5
- Owner: bazzel
- License: mit
- Created: 2020-11-14T11:14:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T15:54:50.000Z (over 4 years ago)
- Last Synced: 2025-01-03T19:09:02.129Z (6 months ago)
- Topics: rails, rails-engine, ruby
- Language: Ruby
- Homepage: https://bs5-demo.herokuapp.com
- Size: 278 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Bs5
This is a Ruby on Rails engine to include [Bootstrap 5](https://v5.getbootstrap.com/).
[](https://badge.fury.io/rb/bs5) [](https://travis-ci.org/bazzel/bs5) [](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).