Capítulo 93 de 988

Chapter 93: npx create-video

Core Idea

Scaffold a new Remotion project.

Key Concepts

  • Arguments
  • <directory>
  • Flags
  • --yes<AvailableFrom v="4.0.439" />
  • -y<AvailableFrom v="4.0.439" />
  • --no-tailwind<AvailableFrom v="4.0.439" />
  • --tmp<AvailableFrom v="4.0.214" />
  • --help<AvailableFrom v="4.0.488" />

Code Examples

npx create-video --yes --blank my-video
  • What it demonstrates: Usage pattern for npx create-video from the official docs.

Key Takeaways

  1. Understand arguments when working with npx create-video.
  2. Understand <directory> when working with npx create-video.
  3. Understand flags when working with npx create-video.
  4. Understand --yes<availablefrom v="4.0.439" /> when working with npx create-video.
  5. Understand -y<availablefrom v="4.0.439" /> when working with npx create-video.

Connects To

  • Authoring Packages: related page in the CLI & Bundling section.
  • Bundle: related page in the CLI & Bundling section.
  • Bundler: related page in the CLI & Bundling section.