Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hc-oss/ionic-resource-generator

Painless, Offline First, No Dependency, Ionic resources generator
https://github.com/hc-oss/ionic-resource-generator

cordova generator icon ionic ionic-resources offline splash

Last synced: about 1 month ago
JSON representation

Painless, Offline First, No Dependency, Ionic resources generator

Awesome Lists containing this project

README

        

# 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](https://github.com/harshzalavadiya/ionic-resource-generator/releases)
- 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](https://github.com/harshzalavadiya/ionic-resource-generator/blob/master/screenshots/code-sample.png?raw=true)

Thank you all [contributers](https://github.com/harshzalavadiya/ionic-resource-generator/graphs/contributors) Feel free to raise issues or make PRs