Hi Steffen,
> Le 8 mai 2023 à 13:40, Steffen Märcker a écrit :
>
> Hi,
>
> is there a way to create an empty package programatically,
RPackageOrganizer default createPackageNamed: #packageName
> and how do I
> rename a package programmatically?
You can take a look at RBRenamePackageTransform
Hello,
I would just add: for renaming packages prefer refactoring over transformation.
`RBRenamePackageRefactoring` is the class that's called when you invoke rename
package from the UI. `RBRenamePackageTransformation` is unused class. While it
does work it represents code duplication and mig