0.0.5 • Published 9 years ago

dev-util-cli v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

dev-util-cli

Command line to dev-util.

Installation

Run the command:

$ npm install -g dev-util-cli

Example:

Generate three fake CPF with mask and copy to clipboard:

$ dev-util -f -C -m -q 3

Prints:

783.108.543-23
185.896.355-97
200.416.840-44
all text was copied to the clipboard

Options:

By default, dev-util generate fake data to selected type.

-f, --cpf:

Select CPF.

-j, --cnpj:

Select CNPJ.

-c, --creditCard <type>:

Select Credit Card.

Types: maestro, dinersclub, laser, jcb, unionpay, discover, mastercard, amex, visa

-q, --quantity <number>:

Quantity of generate data.

-m, --mask:

Generate data with default mask.

-C, --clipboard:

Copy all generated data to clipboard.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago