uv
uv copied to clipboard
Implement `uv init`
Summary
Implements the uv init command, which initializes a project (pyproject.toml, README.md, src/__init__.py) in the current directory, or in the given path. uv init also does workspace discovery.
Resolves https://github.com/astral-sh/uv/issues/1360.