katsube / gpwd

Generate Password(random string) at CLI
https://www.npmjs.com/package/gpwd
MIT License
2 stars 0 forks source link

Allow user to customize BaseStrings #5

Closed katsube closed 5 years ago

katsube commented 5 years ago
$ gpwd --base "01"
10011011

$ gpwd -b "ABC"
ACCBAABA
katsube commented 5 years ago

Note. Update README.md