# random-firstname

> Generate a random first name.

Latest version **1.0.1** (published 2016-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-firstname
pnpm add random-firstname
yarn add random-firstname
bun add random-firstname
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-04-25 |
| First published | 2016-04-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bubkoo |
| Maintainers | bubkoo |
| Keywords | firstName, lastName, fullName, name, person, random, randomly, randomize, chance, test, dice, mock |

## Links

- npm: https://www.npmjs.com/package/random-firstname
- Repository: https://github.com/mock-end/random-firstName
- Homepage: https://github.com/mock-end/random-firstName#readme
- Issues: https://github.com/mock-end/random-firstName/issues
- npm.io page: https://npm.io/package/random-firstname

## Dependencies (2)

- [pick-item](https://npm.io/package/pick-item.md) ^1.0.4
- [random-bool](https://npm.io/package/random-bool.md) ^1.0.2

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-04-25
- 1.0.0 — 2016-04-24

## README

# random-firstName

> Generate a random first name.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/mock-end/random-firstName/blob/master/LICENSE)

[![build:?](https://img.shields.io/travis/mock-end/random-firstName/master.svg?style=flat-square)](https://travis-ci.org/mock-end/random-firstName)
[![coverage:?](https://img.shields.io/coveralls/mock-end/random-firstName/master.svg?style=flat-square)](https://coveralls.io/github/mock-end/random-firstName)


## Install

```
$ npm install --save random-firstName 
```

## Usage

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

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

// options
// - gender


randomFirstName();
// => 'Leila'
```

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

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

## Related

- [random-lastName](https://github.com/mock-end/random-lastName) - Generate a random last name. 
- [random-fullName](https://github.com/mock-end/random-fullName) - Generate a random full name. 
- [random-age](https://github.com/mock-end/random-age) - Generate a random age. 
- [random-birthday](https://github.com/mock-end/random-birthday) - Generate a random birthday. 

## Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please [create an issue](https://github.com/mock-end/random-firstName/issues/new).

---
_Source: https://npm.io/package/random-firstname · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
