0.0.1 • Published 10 months ago

@nwutils/cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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