Skip to content

cnxzq/webcopy

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published