Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 669 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 669 Bytes

Sylius Geo Fixture Generator

Command to generate yaml for geographical regions that can be used within sylius fixtures.

Install

git clone chrissnyder2337/sylius-geo-fixture-generator
cd  sylius-geo-fixture-generator
composer install

Use:

Generate yaml for all countries:

sylius:generate_geo_yaml 

Generate yaml for only a subset of countries (United States, Canada, France, and Italy):

./console sylius:generate_geo_yaml US CA FR IT

Output results to a file:

./console sylius:generate_geo_yaml US CA FR IT > sylius_fixtures.yaml

See all options:

 ./console sylius:generate_geo_yaml --help