@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
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0
  • 1.0.0
    0

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