Skip to content

presenta-software/presenta-controller-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRESENTA Starter Controller

This is a starter scaffonding to help develop your own PRESENTA controller.

There are some parts you need to edit before publishing your own controller:

  • update the name, version, unpkg and module in package.json
  • update the file and name in rollup.config.js
  • update all the starter references in src and test

The following is a template documentation for the end user that needs to be integrated as well.

Installation

Please read the installation istructions for official plugins here using this unique identifier: controller-starter

Usage

To configure this controller use this setting:

{
    controllers:{
      starter:true
    }
}

Development

Run the watcher:

npm start

and the local webserver

npm run test

About

PRESENTA Controller starterkit for development purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published