dipsor/csv-faker

Creates fake csv files with dummy data.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

dev-master 2019-11-06 22:15 UTC

This package is auto-updated.

Last update: 2024-05-07 08:09:12 UTC


README

Build Status codecov

Creates commands for laravel.

csv:faker:new // uses default option --load=a

- User has to interact in the console.

csv:faker:new {--load=s} {filename?} {rows?} {columns?}

- User uses the command with arguments.
- Ex: csv:faker:new {--load=s} table 15 name:firstname,surname:lastname,email:email
    - will create csv file table.csv with 15 rows and 3 columns. 
    - columns need to be in form: columnName:fakerPropertyName.