wingconsole
v0.2.194
Published
The Wing Console for Desktop.
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 wingconsoleUsage
CLI:
npx wingconsoleJavaScript:
import * as wingconsole from "wingconsole";
await wingconsole.open();