1.0.0 • Published 9 months ago

rhsh v1.0.0

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

rhsh

rhsh is a CLI tool that generates a random hash.

npm license

Quick Start

Get rhsh up and running quickly!

  1. Run without arguments (generates a 12-character random hash):

    npx rhsh
  2. Run with a custom length (e.g., 16 characters):

    npx rhsh 16 
  3. Done!

Example Output

Without arguments:

Random hash (12 characters): a1b2c3d4e5f6

With custom length:

Random hash (16 characters): a1b2c3d4e5f6g7h8

Usage

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

Contributing

We welcome contributions to rhsh! 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.