whenever you run ionic resources basically it uploads your icon and splash screen and resizes and then downloads it, It takes lots of time plus if you are running any build system that is offline or behind proxy then configuring it is just pain
thats why ionic-resource-generater was born!
Update: Now ionic already has offline resources utility https://ionicframework.com/docs/cli/commands/cordova-resources
- Works Offline ⚡
- Lightning Fast 💫
- No Dependency 😇
- Saves your internet bandwith 💰
- Cross Platform 🐿️
- Download platform specific binary release from here
- Copy executable to resources folder
- Update your
icon.png
andsplash.png
in root of resources folder - open terminal in resource folder and run
ionic-resource-generator generate
🎉
Thank you all contributers Feel free to raise issues or make PRs