1.0.2 • Published 4 years ago

fruitname v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Name Generator, with Fruit!

Based on the Docker container name generator, but with fruit.

Returns a name and a fruit or vegetable.

Has an optional safe mode that contains no punctuation or spaces.

Install

npm install fruitname

Usage

const fruitname = require('fruitname');

const name = fruitname();

console.log(name)

// Dijkstra's Potato

Safe Mode

const fruitname = require('fruitname');

const name = fruitname({safe: true});

console.log(name)

// dijkstras_potato