Skip to content

Add a non-interactive mode for npx create-video #6880

@larryhudson

Description

@larryhudson

Hi there, I'm really enjoying playing around with Remotion, combining the skill with Claude Code is such a powerful combination!

Feature Request 🛍️

Currently when running npx create-video, there's no way to scaffold a video without using the interactive TUI.

This means that agents like Claude Code can't use the CLI to quickly scaffold a video, and I need to do it myself.

I tried getting around this by doing npx degit remotion-dev/remotion/packages/template-blank my-video, but because remotion uses pnpm's workspace syntax, the output doesn't cleanly work with npm.

Use Case

By adding a --yes flag, I could do something like npx create-video --yes --template blank to quickly scaffold a video. It would work with Claude Code.

Possible Solution

Add the --yes flag which will skip the TUI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions