password-generator-tool

0.0.4 • Public • Published

Password Generator

Cross-platform password generator built using Node 😄.

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

Readme

Keywords

Package Sidebar

Install

npm i password-generator-tool

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • alexbooker