password-generator-tool
v0.0.4
Published
A password generator
Downloads
1
Readme
Password Generator
Cross-platform password generator built using Node :smile:.
##Installation
$ npm install password-generator-tool
Features
- [x] 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
Installation
- Clone the repository using
git clone https://github.com/PasswordTools/password-generator
- Install Nodeunit using these instructions.
- Run the tests using
npm test