download-status

Progress bar plugin for download

MIT 12 个版本
安装
npm install download-status
yarn add download-status
pnpm add download-status
bun add download-status
README

download-status Build Status

Progress bar plugin for download

Install

$ npm install --save download-status

Usage

var Download = require('download');
var downloadStatus = require('download-status');

var download = new Download({extract: true, strip: 1})
	.get('http://example.com/file.zip')
	.dest('dest')
	.use(downloadStatus())
	.run();

API

downloadStatus(options)

Pass in options to customize the look of the progress bar.

License

MIT © Kevin Mårtensson

版本列表
2.2.1 2015-07-15
2.2.0 2015-07-14
2.1.1 2015-01-09
2.1.0 2014-10-19
2.0.4 2014-10-13
2.0.3 2014-09-24
2.0.2 2014-09-22
2.0.1 2014-09-10
2.0.0 2014-09-06
1.0.1 2014-08-15
1.0.0 2014-08-15
0.1.0 2014-08-13