/password-generator

A basic CLI password generator

Primary LanguageTypeScript

password-generator

A basic CLI password generator

Installing

  • Clone this repository
git clone https://github.com/ddanielsantos/password-generator.git
  • Install the dependencies
yarn install or npm install
  • Run Typescript compiler
yarn build or npm run build
  • Run the application
yarn start or npm run start

About

This project uses the prompt-sync library to interact with the user, and uses the Durstenfeld's Shuffling Method to generate de final result.