Skip to content

A small library that outputs Alexa.NET compatible code from a SkillFlow model

License

Notifications You must be signed in to change notification settings

stoiveyp/Alexa.NET.SkillFlow.CodeGenerator

Repository files navigation

Alexa.NET.SkillFlow.CodeGenerator

A small library that outputs Alexa.NET compatible code from a SkillFlow model

Installation

dotnet tool install --global Alexa.NET.SkillFlow.Tool

Generate Code

skillflow -i story.abc -v "skill flow"

Arguments

  -i, --input         Required. The skill flow story file

  -o, --output        The directory to place the code into

  -s, --skill         The invocation name for the skill

  -r, --root          The root namespace

  -n, --nolambda      (Default: false) Produces scenes and request handlers, no lambda function

  -v, --invocation    (Default: Skill Flow) The skill invocation name

  --help              Display this help screen.

  --version           Display version information.

About

A small library that outputs Alexa.NET compatible code from a SkillFlow model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages