webcopy
v1.0.3
Published
``` npm install webcopy ```
Downloads
3
Readme
webcopy
install
npm install webcopy
example
const open = require('open');
const path = require('path');
const webcopy = require("./webcopy");
webcopy.createService('http://ramda.cn/',{
path:path.join(__dirname,"cache/ramda")
},function(url){
open("http://"+url,["chrome"])
})