uv icon indicating copy to clipboard operation
uv copied to clipboard

Implement `uv init`

Open ibraheemdev opened this issue 1 year ago • 1 comments

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.

ibraheemdev avatar Jul 03 '24 22:07 ibraheemdev