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

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)

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