nwutils / nw-cli

Command line interface for building NW.js applications

Home Page:https://www.npmjs.com/package/@nwutils/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.npmjs.com/package/@nwutils/cli

License:MIT License


Languages

Language:JavaScript 100.0%