Skip to content

lycahn/howlgen

Repository files navigation

npm downloads

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/howlgen

Usage

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 Wolf

Issues

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.

Meta

CONTRIBUTING

LICENSE (MIT)

About

Tool for random usernames generation used in Hawll.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors