Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammccord/parcel-plugin-overwolf
Parcel plugin for Overwolf projects
https://github.com/sammccord/parcel-plugin-overwolf
Last synced: 3 months ago
JSON representation
Parcel plugin for Overwolf projects
- Host: GitHub
- URL: https://github.com/sammccord/parcel-plugin-overwolf
- Owner: sammccord
- Created: 2019-07-16T13:50:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:35:15.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T18:49:01.920Z (4 months ago)
- Language: JavaScript
- Size: 914 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-parcel - parcel-plugin-overwolf - json) (Plugins / Other)
README
# parcel-plugin-overwolf
This [parcel](https://github.com/parcel-bundler/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](http://developers.overwolf.com/documentation/sdk/overwolf/manifest-json/).
## Installation
Install via npm:
```sh
npm install --save-dev parcel-plugin-overwolf
```
or via yarn:
```sh
yarn add -D parcel-plugin-overwolf
```## Usage
### Quick Start
After installing this plugin, use `manifest.json` as your entry point, like so:
```sh
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