Comparing version 0.0.25 to 0.0.26
@@ -50,3 +50,2 @@ #! /usr/bin/env node | ||
var recersivePipe = require("./lib/recersivePipe") | ||
console.log("this is destination", destination); | ||
recersivePipe(sendDownPipe, destination) |
@@ -66,3 +66,3 @@ var request = require("request") | ||
.on("response", function(res){ | ||
if(urls > 1) console.log("%d Request: ", fileCounter++); | ||
if(urls > 1) process.stdout.write("%d Request: ", fileCounter++); | ||
}) | ||
@@ -72,3 +72,3 @@ .on("progress", function (state) { | ||
fileSize = state.total; | ||
console.log(state.percent + "%"); | ||
process.stdout.write(state.percent + "%\r"); | ||
} | ||
@@ -87,3 +87,3 @@ }) | ||
.on("finish", function (state) { | ||
console.log("Download Complete".rainbow.bold + ' 😜'); | ||
console.log("\n Download Complete".rainbow.bold + ' 😜'); | ||
if(fileSize) console.log("File Size".green, bytesToSize(fileSize)); //TODO there is some issue with fileSize and fs.statSync | ||
@@ -90,0 +90,0 @@ diff = process.hrtime(time); |
{ | ||
"name": "n-get", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"homepage": "https://github.com/bingeboy/n-get", | ||
@@ -5,0 +5,0 @@ "description": "pipe request to disk", |
#n-get | ||
![nget demo](https://raw.github.com/bingeboy/n-get/master/assets/nget.gif) | ||
This cast is a little dated. nget not at loud as before. | ||
Goal to create a node flavored Wget. | ||
@@ -6,0 +9,0 @@ Repo version features improved support for: |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9601490
38
62
9
977