Skip to content

Generate hundreds of thousands of codes in a few seconds

Notifications You must be signed in to change notification settings

ecrmnn/code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-generator

Generate hundreds of thousands of codes in a few seconds

Build Status

Installation

go get github.com/ecrmnn/code-generator

Usage

Generate 3 codes with pattern: 4 letters + dash + 4 numbers llll-nnnn

cd $GOPATH/src/github.com/ecrmnn/code-generator
go run main.go -pattern llll-nnnn -length 3
# Generated 3 of 3 codes
# Done. Codes stored in codes.txt
# Execution time 402.662µs
nano codes.txt
# All codes stored in codes.txt

Sort of related

  • passlawl - CLI for generating passwords

License

MIT © Daniel Eckermann

About

Generate hundreds of thousands of codes in a few seconds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages