Skip to content

7Cass/pwd-gen-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator CLI

Purpose

A simple command line random string generator. Its purpose is only to serve as a milestone in my studies on Go.

Usage

Clone this repo:

git clone git@github.com:7Cass/pwd-gen-cli.git

Install the packages

go get -u
go mod tidy

Build and run

go build main.go
# Without args default length is 9
./main
# Max length is 100
./main rnd 20

About

A simple CLI made in Go for generating random strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages