nw-builder

v4.3.5
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 test

doc:bld

vitepress build doc

doc:dev

concurrently --kill-others "node cfg/fswatch.config.js" "vitepress dev doc"

test:cli

cd test/fixture && nwbuild --platform win --arch x64 --outDir out --no-glob app

test:e2e

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

test:mod

cd test/fixture && node demo.js

test:unit

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

Metadata

  • MIT
  • Whatever
  • Steffen Müller
  • released 8/2/2023

Downloads