Project

flos

0.0
No release in over a year
A template framework for html in Ruby, like slim template.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Flos

Flos is a template for html. ^-^

Such like slim, haml, erb ... ^-^

Add more features. ^-^

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add flos

If bundler is not being used to manage dependencies, install the gem by executing:

gem install flos

Usage

cat a.flos | flosrb

then

.one
  .two
    .three = "hello"

will be

<div class="one"><div class="two"><div class="three">hello</div></div></div>

Development

JUST DM me for help. ^-^

Contributing

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

License

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

Code of Conduct

Everyone interacting in the Flos project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.