rnbr

1.0.0 • Public • Published

rnbr

rnbr is a CLI tool that generates a random number.

npm license

Quick Start

Get rnbr up and running quickly!

  1. Run without arguments (generates a 6-digit random number):

    npx rnbr
  2. Run with a custom length (e.g., 16 digits):

    npx rnbr 16 
  3. Done!

Example Output

Without arguments:

Random number (6 digits): 123456

With custom length:

Random number (16 digits): 1234567890123456

Usage

  • Running npx rnbr without any arguments will generate a random 6-digit number.
  • You can specify the desired length by adding a number after the command, e.g., npx rnbr 10 for a 10-digit random number.

Contributing

We welcome contributions to rnbr! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, suggestions, or feedback, please contact love1ace.

Package Sidebar

Install

npm i rnbr

Weekly Downloads

9

Version

1.0.0

License

MIT

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • lovelacedud