Skip to content

Truemedia/mindstack-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terminal adapter for Mind Stack

Resources

License

Stars

Watchers

Forks

Packages

No packages published