0.0.2 • Published 12 years ago
nwdl v0.0.2
nwdl
node-webkit Downloader

Install
$ npm install -g nwdlUsage
You can use these commadns.
$ nwdl <version>
$ nwdl start <version>Or use nwdl in your node-webkit project width just two line of codes.
(package.json)
{
...
"scripts": {
"install": "nwdl v0.9.2",
"start": "nwdl start v0.9.2"
}
...
}License
(The MIT License)
Copyright (c) 2013 Po-Ying Chen <poying.me@gmail.com>.