@moonjot/moon-ai-plugin
v0.1.4
Published
Moon sample plugin for Moon
Maintainers
Readme
Moon Plugin Sample
Installation
yarnBuild before publishing
yarn buildFor dev mode run
yarn watchThis wil build the app each time you do a change
on you app add to you settings.plugins.list
{
"id": 2,
"packageName": "{PATH_TO}/moon-ai-plugin", // path to the plugin
"description": "Sample app",
"fromPath": true, // if you packages name is develop locally
"devMode": true, // allow auto refresh before each use
}Publishing
First remove current git origin
git remote remove originAdd you repo origin and change also credential iin package.json
Then
yarn pub