Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/101arrowz/pwa-manifest
A build tool that generates a Web App Manifest, creates all necessary icons, and more!
https://github.com/101arrowz/pwa-manifest
apple-touch-icon favicon-generation icon-generation manifest microsoft-tiles parcel-plugin
Last synced: 3 months ago
JSON representation
A build tool that generates a Web App Manifest, creates all necessary icons, and more!
- Host: GitHub
- URL: https://github.com/101arrowz/pwa-manifest
- Owner: 101arrowz
- Created: 2019-11-04T05:56:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T17:49:21.000Z (over 1 year ago)
- Last Synced: 2024-10-24T09:08:43.370Z (3 months ago)
- Topics: apple-touch-icon, favicon-generation, icon-generation, manifest, microsoft-tiles, parcel-plugin
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 40
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# pwa-manifest
[![Build Status](https://travis-ci.com/101arrowz/pwa-manifest.svg?branch=master)](https://travis-ci.com/101arrowz/pwa-manifest) [![Coverage Status](https://coveralls.io/repos/github/101arrowz/pwa-manifest/badge.svg?branch=master&cache=no)](https://coveralls.io/github/101arrowz/pwa-manifest?branch=master) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![built with TypeScipt](https://badgen.net/badge/types/TypeScript)](https://www.typescriptlang.org)Monorepo for PWA manifest build tools.
## Legacy
This was once just a Parcel plugin. The plugin still exists, it's under `packages/parcel-plugin-pwa-manifest`. It's since been modularized to (hopefully) allow support for other build tools like Webpack in the future.Note that the Parcel 2 version of the plugin is available at `packages/parcel-config-pwa-manifest`.