A customizable password generator written in
Node.jsand executable via the command line. The project's goals are to demonstrate the use of package.json and libraries, ensure good documentation and code readability, show how to use NPM packages, and apply Clean Code principles.
- Generates random passwords with the desired length and character types.
- Generates passwords with weak, medium and strong strength.
- Supports lower and uppercase letters, numbers and symbols.
- Easy-to-use command line interface.
- Clean code
- Scalability
- Chaos Engineering
- Inquirer: ^5.2.0
- Chalk: ^9.1.5
- Nanospinner: ^1.1.0
- Clone the repository to your computer.
- Open your preferred terminal.
- Navigate to the
/safe-passdirectory. - Enter:
npm install- Run the code by typing:
npm start- Follow the prompts to generate a password.
If you wish to contribute to this project, feel free to talk to the code owner @RodrigoFrangel.
This password generator is for educational purposes only. The creator of this program is not responsible for any damage caused by the use of weak or easy-to-guess passwords. We recommend using strong passwords and not reusing them across multiple accounts.
