Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 420 Bytes

artisanal-names

A name generator using hand-picked nouns and adjectives.

Installation

npm install @stackbit/artisanal-names

Usage

const nameGenerator = require('@stackbit/artisanal-names');
nameGenerator.generate();

Examples

> nameGenerator.generate()
'cool-panda'

> nameGenerator.generate()
'majestic-bee'

> nameGenerator.generate()
'enthusiastic-tomato'