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
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
The documentation of the templates and widget is available here