Skip to content

Commit

Permalink
Add list of helpers to the top of README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Aug 11, 2024
1 parent abb4390 commit c5871e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Rails vanilla config is good enough, but tends to get messy. This gem provides a
- Parse reasonable ENV values representing bools, ints, floats, and lists
- Raise a helpful error when an ENV value appears to be unreasonable/unintentional

You get these composable helpers:

- `cred`
- `env`
- `prefix`
- `bool`
- `int`
- `float`
- `list`

## Synopsis

```ruby
Expand Down

0 comments on commit c5871e8

Please sign in to comment.