From aa74dc3fb3ee768f7cd3cf3044f33e88f7e242cb Mon Sep 17 00:00:00 2001 From: Alejandra Date: Mon, 29 Dec 2025 19:52:14 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20generated=20README?= =?UTF-8?q?=20content=20to=20fix=20markdown=20linting=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_new/new.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index 9c255c9..5546487 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -32,17 +32,17 @@ def _generate_readme(project_name: str) -> str: ## Quick Start -### Start the development server: +### Start the development server ```bash uv run fastapi dev ``` -Visit http://localhost:8000 +Visit [http://localhost:8000](http://localhost:8000) -### Deploy to FastAPI Cloud: +### Deploy to FastAPI Cloud -> Reader's note: These commands are not quite ready for prime time yet, but will be soon! Join the waiting list at https://fastapicloud.com! +> FastAPI Cloud is currently in private beta. Join the wailist at [FastAPI Cloud](https://fastapicloud.com)! ```bash uv run fastapi login From 370d142dafa1a13ac2cc2c94f3fdd7b76832d828 Mon Sep 17 00:00:00 2001 From: Alejandra Date: Mon, 29 Dec 2025 19:59:33 +0100 Subject: [PATCH 2/4] Update generated README content to fix markdown linting warnings --- src/fastapi_new/new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index 5546487..ba4b22d 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -38,7 +38,7 @@ def _generate_readme(project_name: str) -> str: uv run fastapi dev ``` -Visit [http://localhost:8000](http://localhost:8000) +Visit ### Deploy to FastAPI Cloud From 01aaa346ad683ee742a99f3c5a30d584b6a8ac00 Mon Sep 17 00:00:00 2001 From: Alejandra Date: Mon, 29 Dec 2025 20:04:19 +0100 Subject: [PATCH 3/4] Update --- src/fastapi_new/new.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index ba4b22d..2f9238c 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -38,11 +38,11 @@ def _generate_readme(project_name: str) -> str: uv run fastapi dev ``` -Visit +Visit http://localhost:8000 ### Deploy to FastAPI Cloud -> FastAPI Cloud is currently in private beta. Join the wailist at [FastAPI Cloud](https://fastapicloud.com)! +> FastAPI Cloud is currently in private beta. Join the wailist at https://fastapicloud.com ```bash uv run fastapi login From 35e4e0629589c7ce8d737903d5ca446938d85ee1 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:27:24 +0100 Subject: [PATCH 4/4] Update new.py --- src/fastapi_new/new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index 2f9238c..7ac32ac 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -42,7 +42,7 @@ def _generate_readme(project_name: str) -> str: ### Deploy to FastAPI Cloud -> FastAPI Cloud is currently in private beta. Join the wailist at https://fastapicloud.com +> FastAPI Cloud is currently in private beta. Join the waitlist at https://fastapicloud.com ```bash uv run fastapi login