Skip to content

yigittopm/ggen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGEN

This CLI Tool basically provides password generation from simple to difficult.

Tech Stack

Lang: Go

Framework: Cobra

Run Locally

Clone the project

git clone https://github.com/yigittopm/ggen

Go to the project directory

cd ggen

Build

go build .

Start app

./ggen generate

Example

Contains all characters and length is 8

./ggen generate
Generating password:
]2R@Br_g

Contains only numbers and length is 10

./ggen generate -n -l 10
Generating password:
9816669103

Releases

No releases published

Packages

No packages published