nmshd / connector-tui

A TUI for simplifying Demos for Enmeshed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 v2 (Connector version 3.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

  1. (only for the first time) npm install and copy .env.example to .env and fill in the values.
  2. 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]

About

A TUI for simplifying Demos for Enmeshed

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.0%Language:Shell 0.5%