Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xueeinstein/nwk
- Owner: xueeinstein
- License: mit
- Created: 2015-04-27T08:44:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T05:35:58.000Z (over 9 years ago)
- Last Synced: 2024-08-10T07:14:52.669Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.