onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

Add macOS compat. Add option to only target certain platforms #1

Closed North101 closed 4 years ago

North101 commented 4 years ago

I've added macOS compatibility and I've added the option to target only certain platforms.

e.g. rename --appname myapp --target macOS

onatcipli commented 4 years ago

thank you for the PR, Would you like to update the readme.md file with new usage commands?

North101 commented 4 years ago

Would you like to update the readme.md file with new usage commands?

Done

onatcipli commented 4 years ago

thank you for contributing