@team-choco/shell-platform
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

NOTE: THIS LIBRARY IS CURRENTLY UNDER HEAVY DEVELOPMENT, USE AT YOUR OWN RISK

NPM Version NPM Downloads

@team-choco/shell-platform

Connect your bot to your local Shell!

Install

$ npm install -S @team-choco/shell-platform

Usage

// ...
import { ChocoBotCore } from '@team-choco/core';
import { ChocoShellPlatform } from '@team-choco/shell-platform';

const bot = new ChocoBotCore({
  platform: new ChocoShellPlatform({
    name: 'Choco Bot',
  }),

  // ...
});

bot.on('ready', () => {
  console.log('Kweh! Choco Bot is now up and running!');
});

Readme

Keywords

none

Package Sidebar

Install

npm i @team-choco/shell-platform

Weekly Downloads

0

Version

0.2.0

License

none

Unpacked Size

46.8 kB

Total Files

12

Last publish

Collaborators

  • cecilia-sanare
  • kweh-bot