2.0.4 • Published 7 years ago

pass-generator v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Build Status Coverage Status

NPM

Password Generator

This is a small utilty to generate password with different lengths and quantity

Installation

npm install

Usage

var passGen = require('pass-generator');

arguments - (quantity, length)

  • if the length is less than 5 then defaulted to length 6 and if length is greater than 11 then its defaulted to 10

Tests

npm test

2.0.4

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago