1.0.8 • Published 10 months ago

@lycahn/howlgen v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

npm

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)

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.3.3

10 months ago