6.1.0 • Published 11 months ago

crickrandom v6.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

crickrandom

npm version

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:

npm install crickrandom

Usage

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 for any bug reports or feature requests.

5.2.3

11 months ago

5.2.2

11 months ago

5.3.0

11 months ago

5.2.1

11 months ago

5.2.0

11 months ago

6.1.0

11 months ago

6.0.0

11 months ago

5.9.0

11 months ago

5.3.5

11 months ago

5.1.0

1 year ago

5.0.0

1 year ago

2.0.5

1 year ago

2.0.0

1 year ago

3.0.0

1 year ago

4.0.0

1 year ago

1.3.7

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.4.1

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.3

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.8

3 years ago

1.1.9

3 years ago

1.2.7

3 years ago

1.1.8

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.9

3 years ago

1.0.8

3 years ago

1.0.5

3 years ago

1.0.0

3 years ago