https://github.com/bmcminn/ninja-name-generator
A simple collection of name generators.
https://github.com/bmcminn/ninja-name-generator
Last synced: about 1 month ago
JSON representation
A simple collection of name generators.
- Host: GitHub
- URL: https://github.com/bmcminn/ninja-name-generator
- Owner: bmcminn
- License: mit
- Created: 2020-09-16T19:45:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T21:37:10.000Z (2 months ago)
- Last Synced: 2025-02-24T22:30:47.363Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 735 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `x-name-generator`
A simple collection of name generators.
## Generators
- ["Oob" Name Generator](https://bmcminn.github.io/ninja-name-generator?generator=oob)
- [Fuck Name Generator](https://bmcminn.github.io/ninja-name-generator?generator=fuck)
- [Ninja Name Generator](https://bmcminn.github.io/ninja-name-generator?generator=ninja)
- [Sexy Name Calculator](https://bmcminn.github.io/ninja-name-generator?generator=sexyname)
- [T9 translator](https://bmcminn.github.io/ninja-name-generator?generator=t9)
- [Male Novelist Description Generator](https://bmcminn.github.io/ninja-name-generator?generator=malenovelistdescription)## Contributing
The architecture of this app is pretty rudimentary.
1. Open the `index.html` file
2. Locate the `const Generators = {}` configuration
3. Add your own generator config to the list
4. Ensure your generator has a `name`, `author`, and `to(string)` and/or `from(string)` method(s)PR's welcome!