Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 671 Bytes

File metadata and controls

25 lines (17 loc) · 671 Bytes

create

Create a new application in the current project

Usage

speechly create [flags]

Creates a new application in the current project and a config file in the current working directory.

Flags

  • --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.

Examples

speechly create "My App"
speechly create --name "My App" --output-dir /foo/bar