CLI to create Chat bots using Bot Compiler
$ npm install -g botc
$ botc COMMAND
running command...
$ botc (-v|--version|version)
botc/1.4.0 linux-x64 node-v10.0.0
$ botc --help [COMMAND]
USAGE
$ botc COMMAND
...
initial scaffolding from bot.atmt.json
USAGE
$ botc build
OPTIONS
-d, --dialogflow use dialogflow
EXAMPLE
$ botc build
See code: src/commands/build.ts
display help for botc
USAGE
$ botc help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
create bot.json and functions.json
USAGE
$ botc init
OPTIONS
-n, --name=name name of the bot
EXAMPLE
$ botc init --name bot_name
creating bot.json
See code: src/commands/init.ts
apply changes in bot.atmt.json, preserve function implementations in *Impl.js files
USAGE
$ botc rebuild
OPTIONS
-d, --dialogflow use dialogflow
EXAMPLE
$ botc rebuild
See code: src/commands/rebuild.ts
- [botc init]
- [botc build]
- [botc rebuild]
Get VSCode extension here to start writing Bot Compiler schema with intellisense
Gmail Filter creator - Chat bot for pizza ordering
describe the command here create bot.json and functions.json
USAGE
$ botc init
OPTIONS
-n, --name=name name of the bot
EXAMPLE
$ botc init --name bot_name
creating bot.json
initial scaffolding from bot.json
USAGE
$ botc build
OPTIONS
-d, --dialogflow use dialogflow
EXAMPLE
$ botc build
apply changes in bot.json, preserve function implementations in *Impl.js files
USAGE
$ botc rebuild
EXAMPLE
$ botc rebuild