Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbrown/lutobot
generate a bot project based on an existing LU file
https://github.com/benbrown/lutobot
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T14:24:06.000Z (about 4 years ago)
- Last Synced: 2024-10-12T19:41:25.745Z (2 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