Jack is a versatile command-line tool that provides handy developer utilities all in one place. From UUID generation to QR codes and dummy text, jack aims to be your swiss knife ๐ก๏ธ for everyday development tasks.
- Generate random UUIDs ๐
- Create lorem ipsum dummy text ๐
- Generate QR codes as PNG images ๐ฑ
- (More features coming soon: hashing ๐, base64 encoding ๐งฉ, time formatting โฐ, calculator โโ, color conversions ๐จ, JSON formatting ๐ฆ, file info ๐๏ธ, random passwords ๐, IP lookup ๐, and more!)
-
Clone the repository:
git clone https://github.com/dimeskigj/jack-cli.git cd jack-cli -
Build and install:
./gradlew installDist
-
Add the binaries to your PATH environment variable. The binaries are located at:
/jack-cli/build/install/jack/binFor example, on macOS/Linux, you can add this line to your
.bashrc,.zshrc, or equivalent:export PATH="$PATH:/path/to/jack-cli/build/install/jack/bin"
On Windows, add the directory to your system PATH via Environment Variables settings.
Contributions, suggestions, and feature requests are welcome! Feel free to open issues or submit pull requests.
MIT License