1.1.1 • Published 2 months ago

@ijx/keyb v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

KeyB

Console commands

Installation

Use the package manager npm to install KeyB.

npm install @ijx/keyb

Usage

import KeyB from "@ijx/keyb"

// Event called to close error
KeyB.onExitError(error => {});

// Event called in bucle
KeyB.onError(error => {});

// Event called in stop
KeyB.onClose(async () => {});

// Command controller
KeyB.bucle(async (cadena, cmdName, args) => {
	// Code here
});

// For stop console
KeyB.stop();
1.1.1

2 months ago

1.1.0

10 months ago