1
1
# Password Generator Library
2
2
3
- ![ Banner representing the Password Generator Library] ( . /images/password-generator-logo.svg)
3
+ ![ Banner representing the Password Generator Library] ( https://raw.githubusercontent.com/sebastienrousseau/password-generator/master /images/password-generator-logo.svg)
4
4
5
5
A fast, simple and powerful utility library for generating unique passwords to streamline your digital and mobile web development needs.
6
6
7
- [ ![ Getting Started] ( . /images/button-primary.svg)] ( #installation )
8
- [ ![ Download the Password Generator Library v1.0.2 ] ( ./ images/button-secondary.svg)] ( https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.0.2 .zip )
7
+ [ ![ Getting Started] ( https://raw.githubusercontent.com/sebastienrousseau/password-generator/master /images/button-primary.svg)] ( #installation )
8
+ [ ![ Download the Password Generator Library v1.0.3 ] ( https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/ images/button-secondary.svg)] ( https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.0.3 .zip )
9
9
10
10
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/0acb169c95e443729551979e0fd86eaf )] ( https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=sebastienrousseau/password-generator&utm_campaign=Badge_Grade )
11
11
[ ![ npm] ( https://img.shields.io/npm/v/@sebastienrousseau/password-generator.svg?style=flat&color=success )] ( https://www.npmjs.com/package/@sebastienrousseau/password-generator )
@@ -16,27 +16,27 @@ A fast, simple and powerful utility library for generating unique passwords to s
16
16
17
17
## Table of Contents
18
18
19
- - [ Password Generator Library] ( #password-generator-library )
20
- - [ Table of Contents] ( #table-of-contents )
21
- - [ Installation] ( #installation )
22
- - [ From NPM or YARN] ( #from-npm-or-yarn )
23
- - [ From GitHub] ( #from-github )
24
- - [ What's included] ( #whats-included )
25
- - [ Usage] ( #usage )
26
- - [ From the CLI] ( #from-the-cli )
27
- - [ From Node.js] ( #from-nodejs )
28
- - [ From the Browser] ( #from-the-browser )
29
- - [ Password options] ( #password-options )
30
- - [ Generating a random base64 password] ( #generating-a-random-base64-password )
31
- - [ Generating a strong password] ( #generating-a-strong-password )
32
- - [ Generating a memorable password] ( #generating-a-memorable-password )
33
- - [ Versioning] ( #versioning )
34
- - [ Contributing] ( #contributing )
35
- - [ Code of Conduct] ( #code-of-conduct )
36
- - [ Our Values] ( #our-values )
37
- - [ Releases] ( #releases )
38
- - [ License] ( #license )
39
- - [ Acknowledgements] ( #acknowledgements )
19
+ - [ Password Generator Library] ( #password-generator-library )
20
+ - [ Table of Contents] ( #table-of-contents )
21
+ - [ Installation] ( #installation )
22
+ - [ From NPM or YARN] ( #from-npm-or-yarn )
23
+ - [ From GitHub] ( #from-github )
24
+ - [ What's included] ( #whats-included )
25
+ - [ Usage] ( #usage )
26
+ - [ From the CLI] ( #from-the-cli )
27
+ - [ From Node.js] ( #from-nodejs )
28
+ - [ From the Browser] ( #from-the-browser )
29
+ - [ Password options] ( #password-options )
30
+ - [ Generating a random base64 password] ( #generating-a-random-base64-password )
31
+ - [ Generating a strong password] ( #generating-a-strong-password )
32
+ - [ Generating a memorable password] ( #generating-a-memorable-password )
33
+ - [ Versioning] ( #versioning )
34
+ - [ Contributing] ( #contributing )
35
+ - [ Code of Conduct] ( #code-of-conduct )
36
+ - [ Our Values] ( #our-values )
37
+ - [ Releases] ( #releases )
38
+ - [ License] ( #license )
39
+ - [ Acknowledgements] ( #acknowledgements )
40
40
41
41
## Installation
42
42
0 commit comments