2020-06-08 16:03:59 -05:00
|
|
|
# Bess
|
2020-06-08 16:49:47 -05: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
|
2020-10-21 22:59:12 -05:00
|
|
|
Harry Houdini's wife and long-time assistant, [Bess Houdini](https://en.wikipedia.org/wiki/Bess_Houdini).
|
2020-06-08 16:03:59 -05:00
|
|
|
|
|
|
|
## Usage
|
2020-06-11 14:22:44 -05:00
|
|
|
Everything you can get via `Bess` is accessible via the `Houdini` module in the main houdini app.
|
2020-06-08 16:03:59 -05:00
|
|
|
|
|
|
|
## Installation
|
2020-06-08 16:49:47 -05:00
|
|
|
This really should only be used in Houdini itself for now.
|
2020-06-08 16:03:59 -05:00
|
|
|
|
|
|
|
```ruby
|
2020-06-08 16:49:47 -05:00
|
|
|
gem 'bess', path: 'gems/bess'
|
2020-06-08 16:03:59 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
And then execute:
|
|
|
|
```bash
|
|
|
|
$ bundle
|
|
|
|
```
|