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 startAvailable templates:
widget-extensionshare-extensionempty-extensionsearch-extension
To scaffold with specific template:
$ npx create-lumapps-extension my-lumapps-extension-project --template widget-extensionThe documentation of the templates and widget is available here