Cross-platform password generator built using Node 😄.
##Installation
$ npm install password-generator-tool
- Ability to set password length
- Ability to include capital letters in the password
- Ability to exclude capital letters in the password
- Ability to include numbers in the password
- Ability to exclude numbers in the password
- Ability to include special characters in the password
- Ability to exclude ambiguous characters in the password
- Ability to exclude vowels in the password
- Command-line interface
- Node package
- Comprehensive unit tests
- Clone the repository using
git clone https://github.com/PasswordTools/password-generator
- Install Nodeunit using these instructions.
- Run the tests using
npm test