houdini/gems/bess/README.md

20 lines
550 B
Markdown
Raw Normal View History

# Bess
2020-06-08 21:49:47 +00:00
In order to simplify and make Houdini extensible, we move some of Houdini's setup and
configuration into a separate Gem. We call this support library Bess, in honor of
Harry Houdini's wife and long-time assistant, [Bess Houdini](https://en.wikipedia.org/wiki/Bess_Houdini).
## Usage
Everything you can get via `Bess` is accessible via the `Houdini` module in the main houdini app.
## Installation
2020-06-08 21:49:47 +00:00
This really should only be used in Houdini itself for now.
```ruby
2020-06-08 21:49:47 +00:00
gem 'bess', path: 'gems/bess'
```
And then execute:
```bash
$ bundle
```