uv/crates/uv-distribution
Ibraheem Ahmed 12dd450a8e
Implement uv init (#4791)
## 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.

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
2024-07-19 15:11:48 +00:00
..
src Implement uv init (#4791) 2024-07-19 15:11:48 +00:00
Cargo.toml Implement uv init (#4791) 2024-07-19 15:11:48 +00:00