1.0.3 • Published 6 years ago

webcopy v1.0.3

Weekly downloads
7
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago