Skip to content

teqfw/web-source-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": ["..."]
  }
}