matkhau-cli
v0.0.3
Published
A node command line application that generates a strong password right in your terminal.
Downloads
1
Maintainers
Readme
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 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 -q
Contribute
# clone the repository
git clone https://github.com/tatthien/matkhau.git
# install dependencies
cd matkhau
yarn
License
MIT © Thien Nguyen