Skip to content
/ nw-cli Public

Command line interface for building NW.js applications

License

Notifications You must be signed in to change notification settings

nwutils/nw-cli

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

About

Command line interface for building NW.js applications

Resources

License

Code of conduct

Stars

Watchers

Forks