Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 976 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 976 Bytes

SPG

Strong password generator

Installation

Github:

git clone https://github.com/I2rys/SPG

NPM Packages:

npm i secure-random-password && npm i chalk

Usage

node index.js <length>
  • length - The length of the password to generate.

License

MIT © I2rys