Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 528 Bytes

nw-cli

Command line interface for building NW.js apps

Getting Started

  1. Install Volta
  2. Install package: npm i -D @nwutils/cli

Usage

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();

Roadmap

  • Add tests for nw.Window.isDevToolsOpen
  • Setup Vitest Code Coverage Action
  • Setup License Check Action
  • Setup eslint