2.0.0 • Published 6 years ago

downloader-cli v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

downloader-cli

Join the chat at https://gitter.im/downloader-cli/Lobby

A command-line tool that can download anything. All you have to do is specify the URL and the new file name.


Dependencies:

  1. commander - npm install -g --save commander
  2. console-png - npm install -g --save console-png
  3. cli-spinner - npm install -g --save cli-spinner
  4. ora - npm install -g --save ora

Dev Dependencies:

  1. grunt - npm install -g --save-dev grunt
  2. grunt-cli - npm install -g --save-dev grunt-cli
  3. gulp - npm install --save-dev gulp - 3.9.1
  4. gulp-javascript-obfuscator - npm install -g --save-dev gulp-javascript-obfuscator - 1.1.3
  5. `gulp

Install it Like This:

$ npm install -g downloader-cli

Use it Like This:

$ dl-file <url> <destination-file-name>

Uninstalling:

Since the only dependency downloader-cli has is commander, you can uninstall downloader-cli, console-png, and commander like any other module and its dependencies.


TODO:

  • Add image display functionality for PNG images.
  • Add image display functionality for JPG and JPEG images.
  • Add HTTPS (SSL) download URL support.
2.0.0

6 years ago

1.9.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago