From 0475d808e64869998fcc65bd2a28bad612971b34 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 23 Apr 2026 22:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20new=20section=20for=20proj?= =?UTF-8?q?ect=20initialization=20in=20CHEATSHEET.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uv/CHEATSHEET.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uv/CHEATSHEET.md b/uv/CHEATSHEET.md index b74a2ab..508c30e 100644 --- a/uv/CHEATSHEET.md +++ b/uv/CHEATSHEET.md @@ -35,6 +35,12 @@ uv venv --seed --python 3.12 ``` > `--seed` will init `pip`, `setuptools` and `wheel` +### Init Project + +```shell +uv init +``` + ### Script ```shell