{"id":19637070,"url":"https://github.com/timothymiller/pwa-icon-generator","last_synced_at":"2026-05-12T22:37:20.401Z","repository":{"id":111392345,"uuid":"292464506","full_name":"timothymiller/pwa-icon-generator","owner":"timothymiller","description":"💻 CLI for generating favicon \u0026 PWA resources","archived":false,"fork":false,"pushed_at":"2021-11-01T05:27:32.000Z","size":3844,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T17:02:20.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timothymiller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-09-03T04:18:48.000Z","updated_at":"2021-12-04T07:10:34.000Z","dependencies_parsed_at":"2023-06-29T20:15:56.334Z","dependency_job_id":null,"html_url":"https://github.com/timothymiller/pwa-icon-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"timothymiller/typescript-microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothymiller%2Fpwa-icon-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothymiller%2Fpwa-icon-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothymiller%2Fpwa-icon-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothymiller%2Fpwa-icon-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothymiller","download_url":"https://codeload.github.com/timothymiller/pwa-icon-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240941504,"owners_count":19882062,"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-11T12:33:04.393Z","updated_at":"2026-05-12T22:37:15.382Z","avatar_url":"https://github.com/timothymiller.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PWA Icon Generator Logo](/images/feature-image.png)\n\n# 🐬 PWA Icon Generator\n\nThis is a simple node.js program to simplify converting original artwork to the numerous progressive web app icon formats.\n\n**_ Supports landscape \u0026 portrait splash screens on iOS across 10 different screen sizes _**\n\npwa-icon-generator saves image output to the `/icons/` folder which can be dropped inside the `/public/` directory of my [full-stack-antd-next](https://github.com/timothymiller/full-stack-antd-next) template. Two steps to support favicons/PWA icons on all web client platforms from Windows 7 to iOS 14.\n\n## 🚆 How to Use\n\n### 🖼️ Input: Original image assets\n\n- Two square images, width/height \u003e 3,000 pixels\n\n1. `icon.png`\n2. `masked-icon.png`\n3. Place images inside the `/convert/` folder in the project root directory, then run `yarn \u0026\u0026 yarn start`\n\n#### ⚠️ About Masked Icons\n\n- Read more about [maskable icons here](https://web.dev/maskable-icon/).\n\n### 🎞️ Output: PWA icons + splashscreens for all platforms\n\nImages are saved inside the `/icons/` folder in the project root directory.\n\n## Deploy as a Docker container\n\nCreate a .env file. You can use below as a starting point\n\n```bash\nAPP_NAME='PWA Demo'\nWEBSITE='ant-design.preparesoftware.com'\nPRIMARY_COLOR=''\nPRIMARY_TEXT_COLOR='#ffffff'\nSECONDARY_TEXT_COLOR='#8C8C8C'\nBACKGROUND_COLOR='#ffffff'\nAPP_DATA_PATH=\n```\n\n### 🔬 Technical information\n\nTypeScript based stack for testing \u0026 production with the following features:\n\n- Tree-shaking\n- Deploy to Docker\n- Instant reload in debug mode\n- ESLint \u0026 Prettier support for Visual Studio Code out of the box\n\n## 🎬 Developers: Getting Started\n\n`yarn start`\n\nExecute source code with nodemon for live reloading of code changes.\n\n`yarn test`\n\nRun all \\*.test.ts files in test/ directory.\n\n`yarn build`\n\nExport app to prod/app.ts after running tsc \u0026 rollup.\n\n`yarn deploy`\n\nCreates a minimal Docker image based on the output from yarn build\n\n## 🍔 Tech Stack\n\n- TypeScript\n- ES6\n- Node.js\n\n## 🔨 Unit Testing\n\n- Mocha\n- Chai\n\n## 🔩 Code Quality\n\n- ESLint - Airbnb JavaScript Style Guide\n- Rollup - CJS by default\n\n## 🏃 Runtime\n\n- Docker\n- PM2\n- Node.js\n\n## 🛥️ External Ports\n\nIf you wanted to extend this template to create an API server, you would do so in your docker-compose file utilizing the output image from this template or when running from the command line like this:\n\n`docker run -p \u003cpublic_port\u003e:\u003cprivate_port\u003e -d \u003cimage\u003e`\n\n## ⚖️ License\n\nThis project is licensed under the GNU General Public License, version 3 (GPLv3) and is distributed free of charge.\n\n## 👨‍💻 Author\n\nTimothy Miller\n\n[View my GitHub profile 💡](https://github.com/timothymiller)\n\n[View my personal website 💻](https://timknowsbest.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothymiller%2Fpwa-icon-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothymiller%2Fpwa-icon-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothymiller%2Fpwa-icon-generator/lists"}