A filename generator for go
https://pkg.go.dev/codeberg.org/danjones000/nomino
| .gitignore | ||
| .golangci.yaml | ||
| CHANGELOG.md | ||
| config.go | ||
| config_test.go | ||
| gen_file.go | ||
| gen_file_examples_test.go | ||
| gen_file_test.go | ||
| gen_int.go | ||
| gen_int_examples_test.go | ||
| gen_rand.go | ||
| gen_rand_examples_test.go | ||
| gen_rand_test.go | ||
| gen_ts.go | ||
| gen_ts_examples_test.go | ||
| gen_ts_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_examples_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.
Note that this is still not at a stable release. There will be breaking changes between minor releases until it reaches 1.0.0. Patch releases shouldn't contain breaking changes however. Once it reaches 1.0.0, breaking changes will only happen between major releases.
TODO
I'll fill this out more in depth later.
For now, check official documentation.