{"id":3818,"url":"https://github.com/busterc/cordova-resource-generators","last_synced_at":"2025-09-11T23:45:14.920Z","repository":{"id":18782070,"uuid":"21995426","full_name":"busterc/cordova-resource-generators","owner":"busterc","description":":art: Quickly generate mobile app icons and splash screens for Cordova builds","archived":false,"fork":false,"pushed_at":"2015-12-17T08:27:00.000Z","size":20,"stargazers_count":31,"open_issues_count":4,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-23T16:24:10.135Z","etag":null,"topics":["cordova","icon-generator","splash-screen","splashscreen"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/busterc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-18T21:48:02.000Z","updated_at":"2023-09-08T16:49:08.000Z","dependencies_parsed_at":"2022-08-05T01:15:13.720Z","dependency_job_id":null,"html_url":"https://github.com/busterc/cordova-resource-generators","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/busterc/cordova-resource-generators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fcordova-resource-generators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fcordova-resource-generators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fcordova-resource-generators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fcordova-resource-generators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/cordova-resource-generators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fcordova-resource-generators/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270360636,"owners_count":24570753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cordova","icon-generator","splash-screen","splashscreen"],"created_at":"2024-01-05T20:16:52.358Z","updated_at":"2025-08-14T04:23:41.484Z","avatar_url":"https://github.com/busterc.png","language":"Shell","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# cordova-resource-generators\n\u003c!--Cordova generators for app icons and splash screens (can be used as hooks, or not)--\u003e\nQuickly generate mobile app icons and splash screens for Cordova builds and have them automatically copied to the appropriate `/platforms/*` directories.\n\n* You must have [ImageMagick](http://www.imagemagick.org/) installed\n* Doesn't use or provide hooks, because I personally don't need to generate on every build (make hooks if you need them)\n* Creates a `/resources/` directory as a sibling to `/www/` rather than beneath it\n* Also copies icons and splash screens from `/resources/` to the appropriate `/platforms/*` directories (or will create the directory, if the commands are not run from the root of your app)\n* Currently only generates iOS and Android resources\n* Currently only tested on OS X\n* Made for Cordova 3.4 and newer\n* Use aliases, if that's your thang\n\n## Version\n0.2.0\n\n## Installation on OS X\n```sh\n$ curl https://raw.githubusercontent.com/busterc/cordova-resource-generators/master/install.sh | sh\n```\n_By all means, examine the [install.sh](install.sh) file before installing._\n\n## Usage\n### Generate Icons\n```sh\n$ cd path/to/your/app\n$ cordova-generate-icons path/to/your/img.png\n```\n\n### Generate Splash Screens\n```sh\n$ cd path/to/your/app\n$ cordova-generate-splash-screens path/to/your/img.png\n```\n\u003c!--\n## Easter Egg Aliases\n_you know, for your .bash_profile or .bashrc or .profile_\n```sh\nalias cgicons=\"cordova-generate-icons\"\nalias cgscreens=\"cordova-generate-splash-screens\"\n```\n--\u003e\n\n## Dependencies\n* [ImageMagick](http://www.imagemagick.org/) - Convert, Edit, And Compose Images\n\n## License\nThe MIT License (MIT)\n\nCopyright \u0026copy; 2014-2015 Buster Collings\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fcordova-resource-generators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Fcordova-resource-generators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fcordova-resource-generators/lists"}