Command line interface for building NW.js apps
- Install Volta
- Install package:
npm i -D @nwutils/cli
Apply NW.js specific polyfills to your NW.js application.
import { applyNwjsPolyfills } from '@nwutils/cli';
// Run this as early in your application lifecycle as possible.
applyNwjsPolyfills();
- Add tests for nw.Window.isDevToolsOpen
- Setup Vitest Code Coverage Action
- Setup License Check Action
- Setup eslint