# crickrandom

> [![npm version](https://badge.fury.io/js/crickrandom.svg)](https://badge.fury.io/js/crickrandom)

Latest version **6.1.0** (published 2023-05-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install crickrandom
pnpm add crickrandom
yarn add crickrandom
bun add crickrandom
```

## 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 | 6.1.0 |
| Published | 2023-05-29 |
| First published | 2021-09-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 52.4 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | TheQuizzer |
| Maintainers | thequizzer28 |
| Keywords | cricket, Cricket, players, sports, virat, kohli, player, random |

## Links

- npm: https://www.npmjs.com/package/crickrandom
- Repository: https://github.com/TheQuizzer/crickrandom
- Homepage: https://github.com/TheQuizzer/crickrandom#readme
- Issues: https://github.com/TheQuizzer/crickrandom/issues
- npm.io page: https://npm.io/package/crickrandom

## Dependencies (1)

- [fs](https://npm.io/package/fs.md) 0.0.1-security

## Recent versions

- 6.1.0 (latest) — 2023-05-29
- 6.0.0 — 2023-05-29
- 5.9.0 — 2023-05-29
- 5.3.5 — 2023-05-29
- 5.3.0 — 2023-05-29
- 5.2.3 — 2023-05-29
- 5.2.2 — 2023-05-29
- 5.2.1 — 2023-05-25
- 5.2.0 — 2023-05-24
- 5.1.0 — 2023-03-08
- 5.0.0 — 2023-03-08
- 4.0.0 — 2023-03-08
- 3.0.0 — 2023-03-08
- 2.0.5 — 2023-03-08
- 2.0.0 — 2023-03-08
- … 22 more at https://npm.io/package/crickrandom/versions

## README

# crickrandom

[![npm version](https://badge.fury.io/js/crickrandom.svg)](https://badge.fury.io/js/crickrandom)

crickrandom is an npm package that generates random cricket players with their associated attributes such as batsmen, bowlers, and all-rounders.

## Installation

To install crickrandom, use npm:

```bash
npm install crickrandom
```

## Usage
```js
const generatePlayer = require('crickrandom');

const generatePlayer = require('crickrandom');

// Generate a single random player
const player = generatePlayer();

console.log(player);

// Generate multiple random players
const players = generatePlayer(5);

console.log(players);

// Generate random batsmen
const batsmen = generatePlayer.batsmen(3);

console.log(batsmen);

// Generate random bowlers
const bowlers = generatePlayer.bowler(2);

console.log(bowlers);

// Generate random all-rounders
const allRounders = generatePlayer.allRounder(4);

console.log(allRounders);

```

## Contact Me

If you have any questions, feedback, or suggestions, feel free to reach out to me:

- **Name:** The Quizzer
- **Email:** thequizzer8@gmail.com
- **Discord:** TheQuizzer#8474

You can also create an issue on the [GitHub repository](https://github.com/TheQuizzer/crickrandom) for any bug reports or feature requests.

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