Skip to content

Commit

Permalink
cleanup (#3)
Browse files Browse the repository at this point in the history
* clean

* add version

* clean

* clean

* clean

* clean

* clean

* save

* clean

* clean

* cache target dir

* clean

* clean

* clean

* clean

* clean
  • Loading branch information
ysawa0 authored Nov 5, 2023
1 parent 1813c6e commit 96f1cf7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 78 deletions.
12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

## Overview

`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 dependency management configuration. An opinionated set of pre-commit hooks are included for enforcing best practices and reducing setup time.
`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.

## Installation

### MacOS, Linux

Download latest binary and install via provided `install.sh` script or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)
Download latest binary and install via provided `install.sh` or get it from [Releases](https://github.com/ysawa0/create-python-app/releases)

```
```bash
sh install.sh
# cpa will be installed to ~/bin/cpa
# add ~/bin to your PATH
Expand Down
1 change: 0 additions & 1 deletion main.py

This file was deleted.

62 changes: 0 additions & 62 deletions pyproject.toml

This file was deleted.

0 comments on commit 96f1cf7

Please sign in to comment.