Skip to the content.

json-downloader-poweshell

🌍 English, 🎎 Korean

Usage

:one: How to use it in Windows Command Prompt

CASE 1) Only downloading files

powershell -ExecutionPolicy Bypass -File main.ps1 json test.json

CASE 2) Decompress the file after downloading it

powershell -ExecutionPolicy Bypass -File main.ps1 7z zip.json

:two: How to use it in Powershell

Feature

Downloading file(s)

Decompressing file(s)

License