A collection of Yal Plugins.
The main Yal repo can be found here: Yal App
yarn install:plugin <plugin-name>
This will install a single plugin from the plugins folder. The plugin name is the name of the folder in the plugins folder.
yarn install:plugins
This will watch the plugins src directory and install the plugin when a change is detected.
Yal will automatically reload when it detects any changes in it's plugin folder.
yarn build:watch