Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xueeinstein/nwk

nw.js kit, currently optimized to help easily build node addons for nw.js
https://github.com/xueeinstein/nwk

Last synced: 1 day ago
JSON representation

nw.js kit, currently optimized to help easily build node addons for nw.js

Awesome Lists containing this project

README

        

# nwk
nw.js kit

[![Build Status](https://travis-ci.org/xueeinstein/nwk.svg)](https://travis-ci.org/xueeinstein/nwk)

## install
```
npm install nwk -g
```

## cli

* __get nwk version__: `nwk -v`
* __get help__: `nwk -h`
* __download nw.js__: `nwk get [--nw=]`, use `--nw` to set nw.js version, default it is the latest release version.
* __install node modules__: `nwk install --nw=` or `nwk install --nw=` install node modules for nw.js, expecially for node addons, using `nwk install` is very useful to solve ABI compatiable problems between nw.js and normal node addons.
* __uninstall node modules__: `nwk uninstall `
* __test addons build__: `nwk test []`, test node addons special build for nw.js. And auto solve binary path error which often happens when install node addons that use `node-pre-gyp` to build.

__Note__: use `` to represent argument, `[...]` means that it's optional.

## known issues

The nw.js official download page, `http://dl.nwjs.io` cannot be accessed in China.