Skip to content

A set of templates to kickstart your LumApps extensions development

Notifications You must be signed in to change notification settings

lumapps/lumapps-extensions-templates

Repository files navigation

LumApps Extension Templates

A set of templates to kick-start your LumApps extensions development

To create an extension from a template

  npx create-lumapps-extension <project-name>
  cd <project-name>
  yarn
  yarn start

Templates

Available templates:

  • widget-extension
  • share-extension
  • empty-extension
  • search-extension

To scaffold with specific template:

$ npx create-lumapps-extension my-lumapps-extension-project --template widget-extension

Documentation

The documentation of the templates and widget is available here