A simple and powerful CLI tool to clone any website locally — made with ❤️ by Harsh Singh.
This tool is published on npm so anyone can install and use it globally.
- 🌍 Clone any website by providing a URL.
- 📂 Automatically saves the cloned files in your chosen directory.
- ⚡ Simple one-command usage after installation.
- 🛠️ Cross-platform support (Windows, macOS, Linux).
You can install it globally via npm:
npm install -g chai-aur-code
🖥️ Usage
After installation, run the CLI anywhere in your terminal:
chai-aur-code <website-url>
📂 How It Works 1. You provide a website URL. 2. The tool fetches and downloads the site. 3. Files are automatically stored in your downloads folder.
🔧 Development
If you want to contribute or run locally:
# Clone the repository
git clone https://github.com/harshsingh0003/chai-aur-code-cli.git
# Navigate into project
cd chai-aur-code-cli
# Install dependencies
npm install
# Run locally
node index.js <website-url>