https://github.com/tnir/haml-lint-bootstrap
A HAML-Lint plugin for Bootstrap (supporting Bootstrap 4 and 5 alpha)
https://github.com/tnir/haml-lint-bootstrap
bootstrap bootstrap4 css haml haml-lint
Last synced: about 1 year ago
JSON representation
A HAML-Lint plugin for Bootstrap (supporting Bootstrap 4 and 5 alpha)
- Host: GitHub
- URL: https://github.com/tnir/haml-lint-bootstrap
- Owner: tnir
- License: mit
- Created: 2020-10-11T06:41:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-11T06:51:29.000Z (over 5 years ago)
- Last Synced: 2025-01-29T10:16:09.845Z (about 1 year ago)
- Topics: bootstrap, bootstrap4, css, haml, haml-lint
- Language: Ruby
- Homepage: https://rubygems.org/gems/haml-lint-bootstrap
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HAML-Lint Bootstrap
HAML-Lint Bootstrap is a plugin tool to help your HAML files with Bootstrap 4/5 framework clean, readable, and efficient in addition to linters built in HAML-Lint.
- Haml: https://haml.info/
- HAML-Lint: https://github.com/sds/haml-lint
- Bootstrap: https://getbootstrap.com/
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'haml-lint-bootstrap'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install haml-lint-bootstrap
## Usage
After adding this plugin, you can use `haml-lint` as usual.
## Development
Run `rake spec` to run the tests.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tnir/haml-lint-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](./CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](./LICENSE).
## Code of Conduct
Everyone interacting in the HamlLint Bootstrap project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](./CODE_OF_CONDUCT.md).