# endless-names

> ## Description

Latest version **0.0.1** (published 2021-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install endless-names
pnpm add endless-names
yarn add endless-names
bun add endless-names
```

Provides the command `endless-names`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2021-10-24 |
| First published | 2021-10-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 31 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Toby Hagan |
| Maintainers | lrth06 |
| Keywords | endless, Names, Generator |

## Links

- npm: https://www.npmjs.com/package/endless-names
- npm.io page: https://npm.io/package/endless-names

## Recent versions

- 0.0.1 (latest) — 2021-10-24

## README

# random-names

## Description

This is a random name generator written in javascript. It generates random names based on a list of adverbs and nouns, then tacks on a 4-digit number to the end. This takes the guesswork out of naming your projects, and the amount of possibilities make name collisions much less likely

> Version 0.0.1 - Initial release: 700,009,051,130 possible names

## Usage

### cli usage

```bash
git clone https://github.com/lrth/random-names.git
cd random-names
yarn start -v outputs a random name
```

expected output:

```bash
$ node index.js -v
Random Name Generated! Project Name:  acceptably-humorous-7598
 Total Adverbs:  710
 Total Nouns:  1097
 Total possible outcomes:  700,009,051,130
Done in 0.10s.
```

### in your project

```javascript
import randomNames from 'random-names';
...
const name = randomNames();
```

---

> This project was made with the assistance of [github copilot](https://copilot.github.com)

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