0.0.2 • Published 10 years ago

nwdl v0.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
10 years ago

nwdl

node-webkit Downloader

screenshot

Install

$ npm install -g nwdl

Usage

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>.