Sha256: 8af6443571699e5f735a76e861258e433f00b28e8fcd9da0d7c8323d0fd76615

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# 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:

```bash
bundle add flos
```

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

```bash
gem install flos
```

## Usage

```bash
cat a.flos | flosrb
```
then
```slim
.one
  .two
    .three = "hello"
```
will be
```html
<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](https://github.com/saisui/flos/blob/master/CODE_OF_CONDUCT.md).

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 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](https://github.com/saisui/flos/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flos-0.1.0 README.md