PulseTile/PulseTile-React-Core

Automatic creation of the build

kuvakina opened this issue · 5 comments

Make it the way that the build could be created automatically from different repos: -Core + -Silver + Helm-Theme

#201 Helm PHR Theme as plugin

@tony-shannon

This task consists of following subtasks:

  1. Container for non-core plugins was added into the Core-version:
    https://github.com/PulseTile/PulseTile-React-Core/tree/develop

  2. Plugins Vaccinations and TopThreeThings were updating for using via Container:
    https://github.com/PulseTile-Plugins/Silver-Plugin-Vaccinations
    https://github.com/PulseTile-Plugins/Silver-Plugin-TopThreeThings

  3. All styles and images required for HelmPHR-theme were located in new plugin:
    https://github.com/PulseTile-Plugins/Plugin-Helm-PHR-Theme

  4. Generator for automatic build creation:
    https://github.com/RippleOSI/Helm-PHR-Generator

Automatic build creation consists of the following steps:

  • cloning Core from GitHub and Node nodules updating;
  • cloning TopThreeThings- and Vaccination- plugins from GitHub to Core and updating config files;
  • cloning Helm-PHR-Theme plugin, updating styles and images;
  • creating a build.

Generator saved as NPM-module:
https://www.npmjs.com/package/generator-helm-phr

All these subtasks were done and merged.

nice work, thank you

@tony-shannon Could we move it to Done?