An open API service indexing awesome lists of open source software.

https://github.com/nwutils/nw-cli

WIP Command line interface for building NW.js applications
https://github.com/nwutils/nw-cli

Last synced: 2 months ago
JSON representation

WIP Command line interface for building NW.js applications

Awesome Lists containing this project

README

        

# nw-cli

Command line interface for building NW.js apps

## Getting Started

1. Install [Volta](https://volta.sh/)
1. Install package: `npm i -D @nwutils/cli`

## Usage

Apply NW.js specific polyfills to your NW.js application.

```js
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