Skip to content

Footprint: Generate a kebab-styled random word group

License

Notifications You must be signed in to change notification settings

k4ngyh/footprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Footprint

Generate Footprint—create a random string of words taken from the dictionary.

The dictionary (words_alpha.txt) is from dwyl/english-words.

Usage

import (
  "fmt"
  "github.com/five-ten-github/footprint"
)

fmt.Println(footprint.GenerateFootprint(3))

// Output: "random-word-group"

About

Footprint: Generate a kebab-styled random word group

Resources

License

Stars

Watchers

Forks

Packages

No packages published