From 8f2fb915ab4b694b47aca3d6c8fb6b017194101b Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:24:54 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db8c9d..4181bb5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ + + # CPA: Create-Python-App ![CPA Logo](cpa.png) -`cpa` is a cli tool for ultra fast setup of new Python & Rust projects. It automates the creation of config files like style & lint checks, gitignore, Dockerfile, dependency mangement, etc. An opinionated set of pre-commit hooks + Github Actions CI are included for enforcing best practices & reducing dev time. +`cpa` is a cli tool for ultra fast setup of new Python & Rust projects. It automates the creation of config files like style & lint checks, gitignore, Dockerfile, dependency management, etc. An opinionated set of pre-commit hooks + Github Actions CI are included for enforcing best practices & reducing dev time. Example outputs are provided in [./example](https://github.com/ysawa0/create-python-app/tree/main/example)