0.2.0 • Published 4 years ago
@team-choco/shell-platform v0.2.0
NOTE: THIS LIBRARY IS CURRENTLY UNDER HEAVY DEVELOPMENT, USE AT YOUR OWN RISK
@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!');
});
0.1.27
4 years ago
0.1.28
4 years ago
0.2.0
4 years ago
0.1.26
4 years ago
0.1.25
4 years ago
0.1.24
4 years ago
0.1.23
4 years ago
0.1.22
4 years ago
0.1.20
5 years ago
0.1.19
5 years ago
0.1.17
5 years ago
0.1.16
5 years ago
0.1.13
5 years ago
0.1.12
5 years ago
0.1.11
5 years ago
0.1.10
5 years ago
0.1.8
5 years ago
0.1.9
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.2
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago