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)