nw-builder

v4.2.7
Build NW.js desktop applications for MacOS, Windows and Linux.
NW.js node-webkit Desktop Application

fmt

prettier --write "./**/*.{css,html,js,json,md,yml}"

lnt

eslint --config=cfg/eslint.config.cjs --fix src

doc:api

jsdoc2md ./src/index.js > ./doc/api.md && jsdoc2md ./src/bld/linuxCfg.js > ./doc/api-nux.md && jsdoc2md ./src/bld/winCfg.js > ./doc/api-win.md

doc:bld

vitepress build doc

doc:dev

vitepress dev doc

test:e2e

node --test-reporter=spec --test test/e2e/index.js

test:demo

cd test/fixture && node demo.js

test:unit

node --test-reporter=spec --test test/unit/index.js

Metadata

  • MIT
  • Whatever
  • Steffen Müller
  • released 6/28/2023

Downloads