Skip to content

hywax/muuto

Repository files navigation

muuto

Muuto

npm version npm downloads Github Actions CI Codecov License

Word generator in ikea language.

Installation

# Using pnpm
pnpm add muuto

# Using yarn
yarn add muuto

# Using npm
npm install muuto

Usage

import muuto from 'muuto'

const name = muuto() // Vaöy

or use with params:

import muuto from 'muuto'

const name = muuto(7, 8) // Musvövmo

API

Signature:

declare function mutto(min: number = 3, max: number = 9): string

Params:

Key Type Default Description
min number 3 Min length of word
max number 9 Max length of word