mantyr / web-source-installer

Streamline source installation for PWAs within TeqFW projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-source-installer

Disclaimer

This package is a part of the Tequila Framework (TeqFW). The TeqFW is currently in an early stage of development and should be considered unstable. It may change rapidly, leading to breaking changes without prior notice. Use it at your own risk. Please note that contributions to the project are welcome, but they should only be made by those who understand and accept the risks of working with an unstable framework.

Overview

Streamline source installation for PWAs within TeqFW projects.

Namespace

This plugin uses TeqFw_Web_Source_Installer namespace.

Features

teqfw.json

DTO for @teqfw/web-source-installer nodes in teq-plugins descriptors:

{
  "@teqfw/web-source-installer": {
    "excludes": ["./data/*", "..."],
    "includes": ["..."]
  }
}

About

Streamline source installation for PWAs within TeqFW projects.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%