@packmule/manifest-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Manifest Pack npm-latest

Generate a web app manifest.

Overview

Setup

Manifest Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/manifest-pack

Nightly Build

npm install --save-dev @packmule/manifest-pack@nightly

API

ManifestPack(options: ManifestPlugin.ManifestOptions)

Usage

Example

Generate a basic web app manifest using the webpack-pwa-manifest plugin internally.

import Packmule from '@packmule/core';
import ManifestPack from '@packmule/manifest-pack';

const packmule = new Packmule();
packmule.add(
    new ManifestPack({
        name: 'Web Application',
        short_name: 'App',
    }),
);
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/manifest-pack

Weekly Downloads

70

Version

2.1.0

License

MIT

Unpacked Size

5.82 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo