@enitoni/gears-readline
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

gears-readline

This package adds readline bindings to Gears.

Usage

import { Adapter, Bot } from "@enitoni/gears-readline"

const adapter = new Adapter({})
const bot = new Bot({ adapter, ... })

bot.start().then(() => {
  // bot is running, log something here if you want
})

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @enitoni/gears-readline

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.89 kB

    Total Files

    7

    Last publish

    Collaborators

    • enitoni