dev-util-cli

0.0.5 • Public • Published

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.

Package Sidebar

Install

npm i dev-util-cli

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • lvendrame