ionic-resource-generator icon indicating copy to clipboard operation
ionic-resource-generator copied to clipboard

Painless, Offline First, No Dependency, Ionic resources generator

ionic-resource-generator

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

Features

  • Works Offline ⚡
  • Lightning Fast 💫
  • No Dependency 😇
  • Saves your internet bandwith 💰
  • Cross Platform 🐿️

How to Use

  • Download platform specific binary release from here
  • Copy executable to resources folder
  • Update your icon.png and splash.png in root of resources folder
  • open terminal in resource folder and run ionic-resource-generator generate 🎉

code

Thank you all contributers Feel free to raise issues or make PRs