/passwordgen

A tiny CLI tool for generating random passwords.

Primary LanguageGo

passwordgen

A tiny CLI tool for generating random passwords.

Built With

Running Locally

Make sure you have a working installation of Go with a proper GOBIN setup. Then, clone the repo and install the tool.

git clone https://github.com/jkmuriithi/passwordgen.git
cd passwordgen
go install

Roadmap

  • Integrate a CLI library (e.g. argparse or Cobra and Viper)
  • Add options for controlling password content