sammccord / parcel-plugin-overwolf

Parcel plugin for Overwolf projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parcel-plugin-overwolf

This parcel plugin enables you to use an Overwolf manifest.json as an entry point. For more information about Overwolf's manifest.json, please refer to the Overwolf Docs.

Installation

Install via npm:

npm install --save-dev parcel-plugin-overwolf

or via yarn:

yarn add -D parcel-plugin-overwolf

Usage

Quick Start

After installing this plugin, use manifest.json as your entry point, like so:

parcel src/manifest.json

Your assets will now be resolved from the contents of your manifest file.

Assets resolved by this plugin:

  • meta.icon
  • meta.icon_grey
  • meta.launcher_icon
  • meta.splash_image
  • data.windows[...].file

Licence

Apache 2.0

About

Parcel plugin for Overwolf projects


Languages

Language:JavaScript 100.0%