0.0.3 • Published 7 years ago
matkhau-cli v0.0.3
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-cliUsage
1 Create a password with options.
matkhau create
Create a password with custom length.

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.

matkhau create --quick
# OR
matkhau c -qContribute
# clone the repository
git clone https://github.com/tatthien/matkhau.git
# install dependencies
cd matkhau
yarnLicense
MIT © Thien Nguyen