jhol 1.0.0

Fast, offline-friendly package manager with cache, doctor, and npm fallback
# πŸš€ Contributing to Jhol

Thank you for considering contributing to Jhol Here’s how you can help:

## πŸ›  Setup Instructions
1. **Fork the Repo**
```sh
git clone https://github.com/bhuvanprakash/jhol.git
cd jhol
```

## πŸ“ Contributing Guidelines
1. **Create a Branch**
   - Create a new branch for your feature or bugfix.
   ```sh
   git checkout -b feature/your-feature-name
   ```

2. **Make Changes**
   - Make your changes in the new branch.

3. **Commit Your Changes**
   - Commit your changes with a descriptive commit message.
   ```sh
   git commit -m "Add feature: your feature name"
   ```

4. **Push to GitHub**
   - Push your changes to your forked repository.
   ```sh
   git push origin feature/your-feature-name
   ```

5. **Create a Pull Request**
   - Create a pull request from your branch to the main repository.
   - Provide a clear description of your changes and any related issues.