Bade

Gem Version Build Status Coverage Status Inline docs

Minimalistic template engine written in Ruby for Ruby. Developed mainly to help with creating e-books. Highly influenced by Jade and Slim.

The language is in development state, breaking changes can be made in future. Current version supports minimal list of features to make it working in production for my purposes.

This gem acts only as library, it does not provide CLI tool, yet.

Installation

Add this line to your application's Gemfile:

gem 'bade'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install bade

Development

After checking out the repo, run bundle install --with dev to install dependencies. Then, run rake spec to run the tests.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/epuber-io/bade. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

TODO

  • [ ] create documentation about syntax
  • [ ] create several examples

License

The gem is available as open source under the terms of the MIT License.