jkmuriithi / passwordgen

A tiny CLI tool for generating random passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny CLI tool for generating random passwords.


Languages

Language:Go 100.0%