poetry-new
Verified for current stable LTS
Poetry New Command: Create New Poetry Project Defaults
Use for create new poetry project defaults with Poetry New. Exact CLI syntax to create new poetry project defaults using Poetry New.
When to use this: Use for create new poetry project defaults with Poetry New.
Command Syntax
poetry new <path/to/directory> poetry new <path/to/directory> Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to create new poetry project defaults using Poetry New.
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
Poetry New Command: Create New Poetry Project Flat Layout
poetry new <path/to/directory> --flat Poetry New Command: Create New Poetry Project Interactive Config poetry new <path/to/directory> -i Poetry New Command: Create New Poetry Project Specific Author poetry new <path/to/directory> --author "<Name <email@example.com>>" Poetry New Command: Create New Poetry Project Specific Package Name poetry new <path/to/directory> --name <package_name> Poetry New Command: Create New Poetry Project Specific Readme Format poetry new <path/to/directory> --readme <md|rst|txt|...>