Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 519 Bytes

File metadata and controls

18 lines (13 loc) · 519 Bytes

Email permutator Console Command

Description

This is a simple command line tool that generates email based on given name and domain.

This uses symfony/console package.

Installation

  1. Clone repo.
  2. cd to project cd console-command-email-permutator
  3. Install packages by running composer install

Using command

To generate run: php Application.php tool:permutate {domain} {firstName} {lastName}

Help: php Application.php -h tool:permutate