Develop, build, package and update NW.js applications for Linux, MacOS and Windows.
| Package | Description |
|---|---|
| nw-builder | Build NW.js desktop applications for MacOS, Windows and Linux. |
| @nwutils/builder | Build NW.js applications for Linux, MacOS and Windows. |
| @nwutils/cli | Command line interface for building NW.js applications. |
| @nwutils/doctor | Configure NW.js environments for Linux, MacOS and Windows. |
| @nwutils/getter | Get NW.js and related binaries for Linux, MacOS and Windows. |
| @nwutils/runner | Run NW.js and related binaries for Linux, MacOS and Windows. |
| @nwutils/packager | Package NW.js and related binaries for Linux, MacOS and Windows. |
npm install
npm run lint
npm run type
npm testEach command fans out across every package in ./packages. To work against a single package, use npm's --workspace flag, e.g. npm test --workspace=@nwutils/getter.