An open API service indexing awesome lists of open source software.

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.

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
```