Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

random-firstname

mock-end786MIT1.0.1

Generate a random first name.

firstName, lastName, fullName, name, person, random, randomly, randomize, chance, test, dice, mock

readme

random-firstName

Generate a random first name.

MIT License

build:? coverage:?

Install

$ npm install --save random-firstName 

Usage

var randomFirstName = require('random-firstName');

// API
// - randomFirstName([options]);

// options
// - gender


randomFirstName();
// => 'Leila'

Optionally specify a gender to limit first names to that gender:

randomFirstName({ gender: 'female' });
// => 'Emma'

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.