@microsoft/bf-generate-library
v4.14.0-preview.20210714.e1b6d70
Published
Generate Bot Framework Adaptive Dialogs from JSON schema.
Downloads
187
Keywords
Readme
@microsoft/bf-generate
Generate Bot Framework Adaptive Dialogs from JSON schema.
Relevant docs
Commands
bf dialog:generate
USAGE
`bf dialog:generate`
OPTIONS
- **--force, -f** Force overwriting generated files. (optional)
- **--help, -h** Generate help. (optional)
- **--locale, -l** Locales to generate. (optional, default: en-us)
- **--merge, -m** Merge the newly generated assets into the output directory. (optional)
- **--output, -o** Output directory. (optional)
- **--prefix, -p** Prefix for generated files. (optional, default: schema name)
- **--schema, -s** Path to your app.schema file. (optional, default: https://raw.githubusercontent.com/microsoft/botbuilder-samples/master/generation/runbot/RunBot.schema)
- **--templates, -t** Directories with templates to use for generating assets. First definition wins.
- **--verbose, -v** Verbose logging of generated files. (optional, default: standard)
EXAMPLES
bf dialog:generate {JSON SCHEMA FILE} -o {OUTPUT LOCATION}
_See source code.