Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Abstract package metadata for multiple platforms #111

Open
ricobl opened this issue Jan 16, 2018 · 0 comments
Open

Abstract package metadata for multiple platforms #111

ricobl opened this issue Jan 16, 2018 · 0 comments

Comments

@ricobl
Copy link

ricobl commented Jan 16, 2018

Metadata files like webOS' appinfo.json should be generated from config on the package.json file.

Additionally, the config should allow extending specific platform metadata.

Here is a proposal of the data structure to accomplish this:

{
  "react-tv": {
    "metadata": {
      "generic": {
        "id": "react.tv.app",
        "title": "playkit-tv",
        "...": "..."
      },
      "webos": {
        "vendor": "webos vendor"
      }
    }
  }
}
  • generic is should be common to multiple platforms
  • webos and others should contain platform specific info
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant