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

    CLI

    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)
    -h, --help Displays this message

    Parameters

    • opts: CreateStoryOpts = {}

    Returns Promise<void>

Generated using TypeDoc