wally-package-types
wally-package-types copied to clipboard
Support multiple package folders
This PR allows for the transformation of multiple package directories at once. The most common example is:
wally-package-types --sourcemap sourcemap.json Packages ServerPackages
instead of:
wally-package-types --sourcemap sourcemap.json Packages &&
wally-package-types --sourcemap sourcemap.json ServerPackages