1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-14 20:39:45 +01:00

Add link to faker-cli

This commit is contained in:
Francois Zaninotto 2014-05-26 13:35:17 +02:00
parent f55668e1fd
commit 69a0a844bc

View File

@ -58,6 +58,8 @@ for ($i=0; $i < 10; $i++) {
// Ms. Karley Kiehn V // Ms. Karley Kiehn V
``` ```
**Tip**: For a quick generation of data, you can also use Faker as a command line tool thanks to [faker-cli](https://github.com/bit3/faker-cli).
## Formatters ## Formatters
Each of the generator properties (like `name`, `address`, and `lorem`) are called "formatters". A faker generator has many of them, packaged in "providers". Here is a list of the bundled formatters in the default locale. Each of the generator properties (like `name`, `address`, and `lorem`) are called "formatters". A faker generator has many of them, packaged in "providers". Here is a list of the bundled formatters in the default locale.