katsube / gpwd

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

Create .gpwd.json`gpwd configure` #29

Open katsube opened 1 year ago

katsube commented 1 year ago

Create .gpwd.json interactively

$ gpwd configure
length: 8
strength: strong
secure: false

To create all with default values, add the -y opt

$ gpwd configure -y