1.0.0 • Published 9 months ago

rnbr v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.