wingconsole
v0.2.194
Published
The Wing Console for Desktop.
Downloads
8
Readme
Wing Console for Desktop
The Wing Console for Desktop is an electronjs graphical user interface that can be used to interact with Wing applications on the local machine.
Installation
npm i wingconsole
Usage
CLI:
npx wingconsole
JavaScript:
import * as wingconsole from "wingconsole";
await wingconsole.open();