Skip to content
/ nw-cli Public

WIP Command line interface for building NW.js applications

License

Notifications You must be signed in to change notification settings

nwutils/nw-cli

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2024
Aug 26, 2024
Aug 25, 2024
May 26, 2024
May 26, 2024
Aug 26, 2024
Aug 26, 2024
May 26, 2024
Aug 26, 2024
Nov 25, 2024
Nov 25, 2024
May 26, 2024

Repository files navigation

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