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
- Understand arguments when working with npx create-video.
- Understand
<directory> when working with npx create-video.
- Understand flags when working with npx create-video.
- Understand --yes<availablefrom v="4.0.439" /> when working with npx create-video.
- 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.