0.0.3 • Published 6 years ago

matkhau-cli v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

matkhau-cli

matkhau is a node command line application that generates a strong password right in your terminal.

About the name.

matkhau is combined from 2 Vietnamese words mat khau that means password.

Install

npm install -g matkhau-cli
# OR
yarn global add matkhau-cli

Usage

1 Create a password with options.

matkhau create

Create

Create a password with custom length.

Create custom

2 Quickly create a password without any options.

--quick flag allows the command to create a password automatically with 32 characters long including the special chars.

Create quickly

matkhau create --quick
# OR
matkhau c -q

Contribute

# clone the repository
git clone https://github.com/tatthien/matkhau.git

# install dependencies 
cd matkhau
yarn

License

MIT © Thien Nguyen

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago