Create a new story in RNGS.io. Will also create a new storyboard if not already configured.

Usage
$ rngs-io stories new [options]

Options
--name Story name
--syncPath Path to local file to sync story to, relative to project root
--template ID (a.k.a., "copy key") of a story to use as a template when creating this story
--storyboardId ID of existing storyboard
--storyboardName Name of storyboard (used to create a new one)
--askFirst Ask user first before creating a new story
-h, --help Displays this message
  • Parameters

    • opts: CreateStoryOpts = {}

    Returns Promise<undefined | Story>