Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hc-oss/ionic-resource-generator
- Owner: hc-oss
- License: mit
- Created: 2018-04-05T10:32:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T16:28:17.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T00:40:41.333Z (7 months ago)
- Topics: cordova, generator, icon, ionic, ionic-resources, offline, splash
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 31
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 painthats 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