Skip to content

Name generator based on Docker's container name generator. Returns a name and the name of a fruit or vegetable.

Notifications You must be signed in to change notification settings

anselbrandt/fruitname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Name generator based on Docker's container name generator. Returns a name and the name of a fruit or vegetable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages