mdpgen
v1.0.4
Published
Generate random passwords using profiles, now with JavaScript!
Downloads
3
Readme
mdpgen.js
Generate random passwords using profiles, now with JavaScript!
Summary
Requirements
Installation
You'll first have to clone the repo to your PC:
git clone https://github.com/Team-Infernal/mdpgen.js.git
Then, install the required npm packages automatically using:
cd mdpgen.js
npm install
You should be good to go! Just type node .
or npm start
to get started!