Project

bade

0.0
A long-lived project that still receives updates
Minimalistic template engine for Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2
~> 1.14
>= 1.4, < 3.0

Runtime

>= 2.2, < 6.0
 Project Readme

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.