1.0.0 • Published 1 year ago
rnbr v1.0.0
rnbr
rnbr is a CLI tool that generates a random number.
Quick Start
Get rnbr up and running quickly!
Run without arguments (generates a 6-digit random number):
npx rnbrRun with a custom length (e.g., 16 digits):
npx rnbr 16Done!
Example Output
Without arguments:
Random number (6 digits): 123456With custom length:
Random number (16 digits): 1234567890123456Usage
- Running
npx rnbrwithout 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 10for 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.
1.0.0
1 year ago