Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 303 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 303 Bytes

Usage on Windows

Create the following Run config in Fleet

{
    "configurations": [
        {
            "type": "command",
            "name": "rector",
            "program": "$PROJECT_DIR$\\vendor\\bin\\rector.bat",
            "args": ["process", "src", "--dry-run"],
        }
    ]
}