uv-init
Verified for current stable LTS
Uv Init Command: Set Project Description
Use for set project description with Uv Init. Exact CLI syntax to set project description using Uv Init.
When to use this: Use for set project description with Uv Init.
Command Syntax
uv init --description "<description>" <project_name> uv init --description "<description>" <project_name> Live Command Builder
Final Command
uv init --description "<description>" <project_name> Command Breakdown
--description- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set project description using Uv Init.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Uv Init Command: Create Bare Pyproject File
uv init --bare <project_name> Uv Init Command: Create Project In Specified Directory uv init --directory <path/to/directory> <project_name> Uv Init Command: Create Python Library Project uv init --lib <project_name> Uv Init Command: Initialize Project Current Directory uv init Uv Init Command: Initialize Project With Name uv init <project_name>