rnbr is a CLI tool that generates a random number.
Get rnbr up and running quickly!
-
Run without arguments (generates a 6-digit random number):
npx rnbr
-
Run with a custom length (e.g., 16 digits):
npx rnbr 16
-
Done!
Without arguments:
Random number (6 digits): 123456
With custom length:
Random number (16 digits): 1234567890123456
- 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.
We welcome contributions to rnbr! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.