0.9.3 • Published 3 years ago

@dash4/terminal-emulator v0.9.3

Weekly downloads
247
License
MIT
Repository
github
Last release
3 years ago

NPM version License Commitizen friendly Prettier TypeScript-ready

The following documentation is just relevant for dash4 plugin development. For informations on how to use Dash4 please read this: Dash4 documentation

Table of Contents

Installation

npm i @dash4/terminal-emulator

Usage

import { terminalEmulator } from '@dash4/terminal-emulator';

const term = terminalEmulator({
  cwd: process.cwd(),
  onData: (data) => {
    process.stdin.write(data);
  },
  onStopProcessing: () => {
    // do something
  },
});

term.write('npm run test\r');

License

The @dash4/terminal-emulator is MIT licensed

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

4 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago