0.2.194 • Published 2 years ago

wingconsole v0.2.194

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

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();