Skip to content

patched-codes/patchwork-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

patchwork-configs

This is a repository that contains the standard set of configuration and prompts for patchwork. You can clone the repository and pass the folder path directly to the patchwork CLI to use it as follows:

patchwork AutoFix --config /path/to/patchwork-configs/patchflows

The --config flag takes a folder that has sub-folders for each patchflow and under them there are two files config.yml and prompt.json. These files contain the defaut configuration and prompts. You can edit and customize them based on your needs. You can also define your own patchflow and load it using the --config flag. As an example, there is a HelloWorld patchflow that can be run as follows:

patchwork HelloWorld --config ../patchwork-configs/patchflows
Hello World!