katsube / gpwd

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

Support configuration file #11

Closed katsube closed 4 years ago

katsube commented 4 years ago

set default value.

file = ~/.gpwd.json

{
  "length": 8,
  "strength": "normal",
  "secure": false
}