0.2.1 • Published 5 years ago

mindstack-terminal v0.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Mind Stack terminal

Terminal adapter for Mind Stack

This is a work in progress

Installation

NPM

    npm i --save mindstack-terminal

Yarn

    yarn add mindstack-terminal

Usage

Node

    const Bot = require('mindstack');
    const terminal = require('mindstack-terminal');

    let botInstance = new Bot()
      .useAdapter(terminal);