@samo_lego/webcommander

1.0.6 • Public • Published

WebCommander

A simple and lightweight (~ 16 KB) JS console imitation. Check it out

webcommander

Get it now

Check out the wiki

Usage

Include the JavaScript file:

<html>
  <head>
    <script src="webcommander.js"></script>
  </head>
</html>

Create a container:

Add a DIV element where you want the console.

<div id="console"></div>

Create the console:

Use this JS code to create a new console within the previously created DIV element.

var myConsole = new WebCommander('console');

Package Sidebar

Install

npm i @samo_lego/webcommander

Weekly Downloads

0

Version

1.0.6

License

LGPL-3.0

Unpacked Size

24.5 kB

Total Files

5

Last publish

Collaborators

  • samo_lego