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
- Host: GitHub
- URL: https://github.com/nwutils/nw-cli
- Owner: nwutils
- License: mit
- Created: 2024-05-26T09:54:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:13:40.000Z (4 months ago)
- Last Synced: 2025-03-22T03:51:12.310Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nwutils/cli
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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