🍣 A TypeScript/JavaScript plugin to generate random usernames based on (mostly) forest creatures.
This plugin does not include TypeScript or tslib as a dependency, you must install those yourself.
Using npm:
npm install @lycahn/howlgenCreate 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 WolfIf you enountered an issue, please open new one on GitHub.
Issues and bugs are more than welcome, as they help to improve the plugin.