1.1.0 • Published 1 year ago

unipass-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage

Install dependencies

npm install

Run file

node index (options)

To create a symlink to run "unipass" from anywhere

npm link

# Now you can run
unipass (options)

# To remove symlink
npm unlink

Supported Options

ShortLongDescription
-l--length length of password (default: 8)
-s--savesave password to passwords.txt
-nn--no-numbersremove numbers
-ns--no-symbolsremove symbols
-h--helpdisplay help for command
-V--versionShow the version

Why I built this?

The strongest reason why I built this is that I wanted to play with Node.js and solve the problem of thining of new passwords. Isn’t it cool that I can create a new password while I’m using the terminal! A password generator was one of the ways to get started with Node.js and hence I went ahead with it. It does not have many special features but was an interesting way to learn Node.js.✨

Credits

Icon made by Freepik from www.flaticon.com.

1.1.0

1 year ago

1.0.0

1 year ago