https://github.com/benbrown/lutobot
generate a bot project based on an existing LU file
https://github.com/benbrown/lutobot
Last synced: 4 months ago
JSON representation
generate a bot project based on an existing LU file
- Host: GitHub
- URL: https://github.com/benbrown/lutobot
- Owner: benbrown
- License: mit
- Created: 2020-09-01T19:41:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T14:24:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T11:33:09.567Z (6 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# luToBot
Simple generator that takes an LU file as input and generates a Composer-compatible bot project
Each intent in the LU file will become a trigger in the bot project's root dialog with a sample flow.
# build from typescript
```
npm run build
```# generate a bot project
start the generator by passing in an lu file name and a project name.
for example, this command will create a project named "testProject" based on test.lu file included in the repo.
```
npm start test.lu testProject
```# open in composer
use bot framework composer to open the resulting bot project