A filename generator for go
https://pkg.go.dev/codeberg.org/danjones000/nomino
| .gitignore | ||
| CHANGELOG.md | ||
| config.go | ||
| config_test.go | ||
| generators.go | ||
| generators_examples_test.go | ||
| generators_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| make.go | ||
| make_examples_test.go | ||
| make_test.go | ||
| options.go | ||
| options_test.go | ||
| README.md | ||
| Taskfile.yml | ||
nomino - A filename generator
The purpose of nomino is to generate (probably random) filenames, for example, if you want to save an uploaded file to storage under a new name.
It takes a lot of inspiration (although no actual code) from Onym.
TODO
I'll fill this out more in depth later.
For now, check official documentation.