1
0
Fork 0

Initial library docs

master
Ambrose Chua 2017-07-17 17:37:31 +08:00
parent 37ea10b04d
commit 8d9f9e6dde
1 changed files with 9 additions and 1 deletions

View File

@ -17,7 +17,7 @@ makeover tattoo generator yogurt
It is based on the concept behind [XKCD 936](https://xkcd.com/936/) and [XKCD-password-generator](https://github.com/redacted/XKCD-password-generator). It makes use of [EFF's typo-tolerant wordlist](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) to provide live autocomplete.
# Usage
# CLI Usage
```
$ pword help
@ -45,6 +45,14 @@ GLOBAL OPTIONS:
--version, -v print the version
```
# Library Usage
WIP
```
import "github.com/serverwentdown/pword/pw"
```
# Modes
## Online