{"id":19725363,"url":"https://github.com/bodacious/motion-splash_generator","last_synced_at":"2025-09-01T12:39:34.183Z","repository":{"id":66871695,"uuid":"35445787","full_name":"Bodacious/motion-splash_generator","owner":"Bodacious","description":"Automatically generates all of the iOS splash images you'll never need.","archived":false,"fork":false,"pushed_at":"2019-07-30T13:08:37.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-10T16:54:52.261Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-11T19:38:52.000Z","updated_at":"2021-09-22T10:41:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"245150f0-7b54-443c-bbd3-04b962fff85f","html_url":"https://github.com/Bodacious/motion-splash_generator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-splash_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-splash_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-splash_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-splash_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bodacious","download_url":"https://codeload.github.com/Bodacious/motion-splash_generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241049320,"owners_count":19900426,"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:30.799Z","updated_at":"2025-02-27T19:19:54.404Z","avatar_url":"https://github.com/Bodacious.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Splash Generator\n\nAre you tired of spending hours creating all of the different splash image versions you need for your app?\n\n**Splash Generator** effortlessly generates all of the iOS splash images you'll ever need.\n\nNeed icons? We gots them here: https://github.com/KatanaCode/motion-icon_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-splash_generator'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install motion-splash_generator\n\nand add it to your `Rakefile`:\n\n``` ruby\nrequire 'motion/splash_generator'\n```\n\n## Usage\n\nUsage is super-easy:\n\n1. Create a template splash image and save it as resources/splash-template.png. This should be about 2048x2048 pixels.\n2. run this rake task to create your splashes `rake splashes:generate`. After a few glorious seconds you should see a new directory filled with images called simply \"splashes/\"\n\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 splashes:generate TEMPLATE=\"~/Desktop/my_template.png\"\n\n### Target directory name\n\n    rake splashes:generate TARGET=\"resources\" # we do this, but it's well bad!\n\n### Device types supported\n\n    rake splashes:generate DEVICES=\"iphone\"\n    rake splashes:generate DEVICES=\"ipad\"\n    rake splashes:generate DEVICES=\"universal\" # creates all splash sizes\n\n### Adding extra splash sizes types.\n\nIcons are defined in [splashes.yaml](lib/motion/splash_generator/splashes.yaml). If you'd like to add your own custom splash sizes on a per-app basis, create a file named `config/splashes.yaml` in your app and stick some YAML in there.\n\nIf you see an image type that we're missing, please create a pull request or an issue.  \n\n## Contributing\n\n1. Fork it ( https://github.com/KatanaCode/motion-splash_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\n## Acknowledgements\n\nThis was based partly on [https://github.com/spren9er/s9splashgen](https://github.com/spren9er/s9splashgen) by [@spren9er](https://github.com/spren9er) \n\nBy [Katana Code: web developers, mobile app developers, nice guys](katanacode.com/tools?utm_source=GitHub\u0026utm_medium=README\u0026utm_campaign=motion-splash_generator\n)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-splash_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodacious%2Fmotion-splash_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-splash_generator/lists"}