Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /faker-ruby/faker-bot to README #1653

Merged
merged 3 commits into from
Jul 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add CLI to README
  • Loading branch information
vbrazo committed Jul 9, 2019
commit dd52d1c780fbf4f4c16cea42fc2180f26d75e4ab
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ development.
- [NOTE](#note)
- [Installing](#installing)
- [Usage](#usage)
- [CLI](#cli)
- [Ensuring unique values](#ensuring-unique-values)
- [Deterministic Random](#deterministic-random)
- [Generators](#generators)
Expand Down Expand Up @@ -66,6 +67,10 @@ Faker::Name.name #=> "Christophe Bartell"
Faker::Internet.email #=> "[email protected]"
```

### CLI

Instructions [available here](https://github.com/faker-ruby/faker-bot)
vbrazo marked this conversation as resolved.
Show resolved Hide resolved

### Ensuring unique values
Prefix your method call with `unique`. For example:
```ruby
Expand Down