@nmshd/connector-tui
v2.0.2
Published
> A terminal user interface for Demos. > > Showcase how to integrate enmeshed and use the TypeScript Connector SDK. > > This TUI only works with enmeshed v5 (Connector version 5.0.0+)
Downloads
19
Readme
Connector TUI
A terminal user interface for Demos.
Showcase how to integrate enmeshed and use the TypeScript Connector SDK.
This TUI only works with enmeshed v5 (Connector version 5.0.0+)
Installation
Create a .env
file in the folder you want to execute the TUI from and fill in the values:
BASE_URL=
API_KEY=
CONNECTOR_DISPLAY_NAME=
If you want to execute this TUI as a package you can install it using npm i -g @nmshd/connector-tui@beta
and run connector_tui
or simply run npx @nmshd/connector-tui@beta
.
Run Local / Dev Time
- (only for the first time)
npm install
and copy.env.example
to.env
and fill in the values. npm start
Command line arguments
--version Show version number [boolean]
-e, --env location of the env file relative to cwd
[string] [default: ".env"]
-h, --help Show help [boolean]