Skip to content

Commit

Permalink
List CLI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Dec 6, 2023
1 parent 0d641a9 commit 88b081a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Standardize the refactoring process.

The project is aimed to provide a framework for the entire process of refactoring Python projects
from the very beginning to the very end:
- analyze the project with linters and type checkers,
- create a refactoring roadmap (like https://github.com/CERT-Polska/malduck/issues/110, but with more details available as a specialized document),
- create a delivery plan (like in the issue above),
- apply automatic fixes and commit them in reviewable chunks with meaningful descriptions,
- `autorefine analyze`analyze the project with linters and type checkers,
- `autorefine roadmap`create a refactoring roadmap (like https://github.com/CERT-Polska/malduck/issues/110, but with more details available as a specialized document),
- `autorefine plan`create a delivery plan (like in the issue above),
- `autorefine autopilot`apply automatic fixes and commit them in reviewable chunks with meaningful descriptions,
- leave the rest for manual work,
- create a PR (like https://github.com/CERT-Polska/malduck/issues/111).
- `autorefine finalize`create a PR (like https://github.com/CERT-Polska/malduck/issues/111) with a detailed description of the changes and a link to the roadmap, delivery plan and all commits.

Created to accomplish https://github.com/jaraco/skeleton/issues/98 and personal use to raise awareness of best practices across the global Python community.

Expand Down

0 comments on commit 88b081a

Please sign in to comment.