Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lisa-plugin

mylisabox44MIT0.1.2

Basic interface to implement / create L.I.S.A. plugins

lisa, lisa-plugin, plugins, home, automation

readme

lisa-plugin

Gitter Known Vulnerabilities NPM version NPM downloads Build Status Dependency Status Code Climate Follow @mylisabox on Twitter

Basic interface to implement to create L.I.S.A. plugins

If you want to create your own L.I.S.A. plugins, you're in the right place ! :)

The more easy way to start with L.I.S.A. plugins is to use generator-lisa witch will create a template for you.

npm i -g yo generator-lisa
yo lisa:plugin MyPluginName

For adding a new driver to the plugin :

yo lisa:driver MyDriverName

You're good to go then :)

Check the docs to learn more about the anatomy and concept about L.I.S.A. plugins.