@moonjot/moon-sample-plugin
v0.0.0
Published
Moon sample plugin for Moon
Downloads
2
Maintainers
Readme
Moon Plugin Sample - Plugin Development
Moon Jot is base on a plugin system that make easy to develop your own integration and workflows
Develop on Moon
Check the doc here (https://github.com/castroCrea/moon/blob/main/doc/Plugin_Development.md)[https://github.com/castroCrea/moon/blob/main/doc/Plugin_Development.md]
Installation
yarn
Build before publishing
yarn build
For dev mode run
yarn watch
Publishing
First remove current git origin
git remote remove origin
Add you repo origin and change also credential iin package.json
Then
yarn pub