# random-lastname

> Generate a random last name.

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

## Install

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

## 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 | 1 |
| 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-lastname
- Repository: https://github.com/mock-end/random-lastName
- Homepage: https://github.com/mock-end/random-lastName#readme
- Issues: https://github.com/mock-end/random-lastName/issues
- npm.io page: https://npm.io/package/random-lastname

## Dependencies (1)

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

## 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-lastName

> Generate a random last name.

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

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


## Install

```
$ npm install --save random-lastName 
```

## Usage

```js
var randomLastName = require('random-lastName');

// API
// - randomLastName();

randomLastName();
// => 'Mago'
```

## Related

- [random-firstName](https://github.com/mock-end/random-firstName) - Generate a random first 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-lastName/issues/new).

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