https://github.com/pgschk/namegen
A simple, stupid name generator
https://github.com/pgschk/namegen
Last synced: 5 months ago
JSON representation
A simple, stupid name generator
- Host: GitHub
- URL: https://github.com/pgschk/namegen
- Owner: pgschk
- License: mit
- Created: 2022-12-11T12:32:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T16:32:13.000Z (over 3 years ago)
- Last Synced: 2025-02-12T09:56:55.253Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# namegen
A very simple name generator, currently for Kerbal names
## Build
```bash
go build -o namegen ./cmd/namegen/
```
## Run
```bash
./namegen
```
```bash
# generate a different amount of names
./namegen -n 1
```
```bash
# generate a lot of name slowly, to read while generating
./namegen -n 100 --slowmode
```