{"id":19725313,"url":"https://github.com/bodacious/motion-icon_generator","last_synced_at":"2025-08-24T09:14:09.652Z","repository":{"id":31874402,"uuid":"35442698","full_name":"Bodacious/motion-icon_generator","owner":"Bodacious","description":"Automatically generates all of the iOS icons you'll never need","archived":false,"fork":false,"pushed_at":"2015-05-11T19:50:21.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-21T08:50:15.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bodacious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T18:41:31.000Z","updated_at":"2021-09-22T10:57:35.000Z","dependencies_parsed_at":"2022-08-20T23:40:33.799Z","dependency_job_id":null,"html_url":"https://github.com/Bodacious/motion-icon_generator","commit_stats":null,"previous_names":["katanacode/motion-icon_generator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Bodacious/motion-icon_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-icon_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-icon_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-icon_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-icon_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bodacious","download_url":"https://codeload.github.com/Bodacious/motion-icon_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-icon_generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871788,"owners_count":23842070,"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","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":[],"created_at":"2024-11-11T23:29:21.873Z","updated_at":"2025-07-19T02:02:18.331Z","avatar_url":"https://github.com/Bodacious.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Icon Generator\n\nAre you tired of spending hours creating all of the different icon versions you need for your app?\n\n**Well, dry your eyes little-one**.\n\n**Icon Generator** effortlessly generates all of the iOS icon versions you'll ever need.\n\nNeed splash images? We gots them here: https://github.com/KatanaCode/motion-splash_generator\n\n## Installation\n\nYou'll need to install imagemagick first:\n\n``` bash\nbrew install imagemagick\n```\n\nThen add this line to your application's Gemfile:\n\n```ruby\ngem 'motion-icon_generator'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install motion-icon_generator\n    \nand add it to your `Rakefile`:\n   \n    require 'motion/icon_generator'\n\n## Usage\n\nUsage is super-easy:\n\n1. Create a template icon image and save it as resources/icon-template.png. This should be about 1024x1024 pixels.\n2. run this rake task to create your icons `rake icons:generate`. After a few glorious seconds you should see a new directory filled with icons called simply \"icons/\"\n\n## Configuration\n\nYou can also set the following environment variables to change the default behaviour:\n\n### Template image name/path\n\n    rake icons:generate TEMPLATE=\"~/Desktop/my_template.png\"\n\n### Target directory name\n\n    rake icons:generate TARGET=\"resources\" # we do this, but it's naughty!\n    \n### Adding extra icon types.\n\nIcons are defined in [icons.yaml](lib/motion/icon_generator/icons.yaml). If you'd like to add your own custom icons on a per-app basis, create a file named `config/icons.yaml` and stick some YAML in there.\n\nIf you see an icon type that we're missing, please create a pull request or an issue.  \n\n## Contributing\n\nWe would really appreciate if someone could contribute the default icon sizes for Android.\n\n1. Fork it ( https://github.com/KatanaCode/motion-icon_generator/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Acknowledgements\n\nThis was based partly on [https://github.com/spren9er/s9icongen](https://github.com/spren9er/s9icongen) by [@spren9er](https://github.com/spren9er) \n\nBy [Katana Code: web developers, mobile app developers, nice guys](http://katanacode.com/tools?utm_source=GitHub\u0026utm_medium=README\u0026utm_campaign=motion-icon_generator\n)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-icon_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodacious%2Fmotion-icon_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-icon_generator/lists"}