Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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`.