@lycahn/howlgen
v1.0.8
Published
Tool for generating random mostly forest-based creatures as usernames.
Maintainers
Readme
howlgen
🍣 A TypeScript/JavaScript plugin to generate random usernames based on (mostly) forest creatures.
Requirements
This plugin does not include TypeScript or tslib as a dependency, you must install those yourself.
Install
Using npm:
npm install @lycahn/howlgenUsage
Create a project and import the plugin:
import { getRandomUsername } from "@lycahn/howlgen";or
const { getRandomUsername } = require("@lycahn/howlgen");Then you can call it like this:
const username = getRandomUsername();
console.log(username); //for example: Wise WolfIssues
If you enountered an issue, please open new one on GitHub.
Issues and bugs are more than welcome, as they help to improve the plugin.
