davidthornton:meteor-jqterminal

Meteor package wrapper for jquery.terminal, a web browser-based terminal


License
Unlicense
Install
meteor add davidthornton:meteor-jqterminal@=0.8.8

Documentation

jquery-terminal smart package

Meteor smart package for the tar node.js package.

Installation

First, run

meteor add davidthornton:meteor-jqterminal

Then add some javascript

var cli = jQTerminal.instance("#cli", interpreter, loadOpts, function(term){
  // terminal object is scoped in here for config
});

which will load a jQterminal in html like so

<div id="cli"></div>