0.0.4 • Published 9 years ago

password-generator-tool v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Password Generator

Cross-platform password generator built using Node :smile:.

##Installation

$ npm install password-generator-tool

Features

  • 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

  1. Clone the repository using git clone https://github.com/PasswordTools/password-generator
  2. Install Nodeunit using these instructions.
  3. Run the tests using npm test
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago