nwdl

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i nwdl

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • poying