From 05fc1d76a8a07eae35eac30d8f8bb1acc321e62c Mon Sep 17 00:00:00 2001 From: Yuki Sawa Date: Tue, 21 Nov 2023 17:23:46 -0800 Subject: [PATCH] Update README.md (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ddd70..3603103 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![CPA Logo](cpa.png) -`cpa` is a cli tool for ultra fast setup of new Python projects. It automates the creation of config files for style & lint checks, gitignore, a basic Dockerfile and Poetry for dependency management. An opinionated set of pre-commit hooks are included for enforcing best practices and reducing dev time. +`cpa` is a cli tool for ultra fast setup of new Python & Rust projects. It automates the creation of config files for style & lint checks, gitignore, a basic Dockerfile and Poetry for dependency management. An opinionated set of pre-commit hooks are included for enforcing best practices and reducing dev time. An example output is provided in [./example](https://github.com/ysawa0/create-python-app/tree/main/example)