@quenty/templateprovider

11.2.0 • Public • Published

TemplateProvider

Base of a template retrieval system

Installation

npm install @quenty/templateprovider --save

Usage

Usage is designed to be simple.

TemplateProvider.new(container, replicationParent)

If replicationParent is given then contents loaded from the cloud will be replicated to the replicationParent when on the server.

TemplateProvider:Init()

Initializes the template provider, downloading components and other things needed

TemplateProvider:Clone(templateName)

TemplateProvider:Get(templateName)

TemplateProvider:AddContainer(container)

TemplateProvider:RemoveContainer(container)

TemplateProvider:IsAvailable(templateName)

TemplateProvider:GetAll()

TemplateProvider:GetContainers()

Package Sidebar

Install

npm i @quenty/templateprovider

Weekly Downloads

456

Version

11.2.0

License

MIT

Unpacked Size

30.6 kB

Total Files

11

Last publish

Collaborators

  • quenty