Create a new application in the current project
speechly create [flags]
Creates a new application in the current project and a config file in the current working directory.
--help-h(bool) - help for create--language-l(string) - Application language. See docs for available options https://docs.speechly.com/basics/models (default 'en-US')--name-n(string) - Application name. Can be given as the sole positional argument.--output-dir-o(string) - Output directory for the config file.
speechly create "My App"
speechly create --name "My App" --output-dir /foo/bar