jhol-1.0.0 is not a library.
Jhol – Fast, Offline-Friendly Package Manager
Jhol is a fast, offline-friendly alternative to npm and Yarn with local caching and npm fallback.
Why use Jhol?
- Fast installs – Caches package tarballs so repeat installs skip the registry when possible.
- Offline-friendly – Install previously cached packages without a network.
- npm-compatible – Uses npm under the hood; works with existing
package.jsonand lockfiles. - Doctor –
jhol doctorandjhol doctor --fixto check and update outdated dependencies.
Installation
From source (requires Rust):
Prebuilt binaries (Linux & Windows):
Download jhol-linux or jhol-windows.exe from the Releases page. Make the binary executable (Linux: chmod +x jhol-linux) and optionally move it to your PATH.
Optional: install the binary to your PATH (e.g. /usr/local/bin) so you can run jhol from anywhere:
Usage
Configuration
- Cache directory: Set
JHOL_CACHE_DIRto override the default (~/.jhol-cacheon Unix,%USERPROFILE%\.jhol-cacheon Windows). - Quieter output: Set
JHOL_LOG=quietor use-q/--quietwithinstallanddoctor.
License
This software is licensed under the JHOL FREE LICENSE (Proprietary, Non-Commercial): free for personal and educational use; not for commercial use, redistribution, or modification.
For licensing inquiries: bhuvanstark6@gmail.com