https://github.com/wuriyanto48/wani
File downloader written in Node
https://github.com/wuriyanto48/wani
cli dowload nodejs
Last synced: about 1 month ago
JSON representation
File downloader written in Node
- Host: GitHub
- URL: https://github.com/wuriyanto48/wani
- Owner: wuriyanto48
- License: mit
- Created: 2020-02-21T17:16:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T17:56:33.000Z (over 6 years ago)
- Last Synced: 2025-06-02T12:03:20.839Z (about 1 year ago)
- Topics: cli, dowload, nodejs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Wani
File downloader written in pure Node
#### Install
This tool not published on `NPM` yet, you can install manually with `npm link`
```shell
$ npm link
```
To uninstall
```shell
$ npm unlink
```
#### Usage
```shell
$ wani http://mystorage.com/myfile.zip
```