0.4.0 • Published 5 years ago

ecmd-web v0.4.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

ecmd

Description

Simple but Fantastic web command line.

Installing

  • use CDN: <script src="https://unpkg.com/ecmd-web@0.4.0/dist/index.min.js"></script>

Example

    ecmd.init({isFullscreen: true, isThunder: true, bufferSize: 32, cache: true,});
    ecmd.printf('hello, world!');

Config

    // options will overwrite setting(ECMD) and styles
    // ECMD will be stored in local when you destroy(exit)
    ecmd.init(<options>);
    
    options: 
      - isFullscreen: false,  // display in fullscreen       
      - isThunder: false,     // thunder mode
      - bufferSize: 128,      // command buffer size
      - cache : false,        // if cache is true, settings and styles will be stored

Glance

snapshoot

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago