lisa-plugin
v0.1.2
Published
Basic interface to implement / create L.I.S.A. plugins
Downloads
37
Maintainers
Readme
lisa-plugin
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.