1.0.3 • Published 4 years ago

webcopy v1.0.3

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

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"])
})
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago