@microsoft/bf-generate-library

Generate Bot Framework Adaptive Dialogs from JSON schema.

Usage no npm install needed!

<script type="module">
  import microsoftBfGenerateLibrary from 'https://cdn.skypack.dev/@microsoft/bf-generate-library';
</script>

README

@microsoft/bf-generate

Generate Bot Framework Adaptive Dialogs from JSON schema.

oclif Version Downloads/week License

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.