https://github.com/mslinn/bot-builder-fun
https://github.com/mslinn/bot-builder-fun
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mslinn/bot-builder-fun
- Owner: mslinn
- Created: 2019-12-02T20:25:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T20:26:14.000Z (over 5 years ago)
- Last Synced: 2025-01-09T01:12:34.727Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with Microsoft BotBuilder in Scala
[](https://badge.fury.io/gh/mslinn%2FbotBuilderFun)
See https://github.com/microsoft/botbuilder-java/
## Running the Program
The `bin/run` Bash script assembles this project into a fat jar and runs it.
Sample usage, which runs the `BBFun` entry point in `src/main/scala/Hello.scala`:```
$ bin/run
```The `-j` option forces a rebuild of the fat jar.
Use it after modifying the source code.```
$ bin/run -j
```