https://github.com/mondeja/sdown
Tiniest Node CLI file downloader.
https://github.com/mondeja/sdown
Last synced: 4 months ago
JSON representation
Tiniest Node CLI file downloader.
- Host: GitHub
- URL: https://github.com/mondeja/sdown
- Owner: mondeja
- Created: 2021-11-04T12:32:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T13:34:13.000Z (almost 4 years ago)
- Last Synced: 2025-06-18T20:16:56.013Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdown
Tiniest Node CLI file downloader. No dependencies, just 181 characters.
```bash
npm install sdown
```## Usage
Download file in current directory:
```bash
sdown https://raw.githubusercontent.com/mondeja/sdown/master/README.md
```Download file scecifying its location:
```bash
sdown https://raw.githubusercontent.com/mondeja/sdown/master/README.md my/own/path/readme.md
```