0.1.14 • Published 1 year ago

@moonjot/moon-sample-plugin v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Moon Plugin Sample

Installation

yarn

Build before publishing

yarn build

For dev mode run

yarn watch

This 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-sample-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
					"npmRegistryUrl": "https://npm.pkg.github.com", // if you use GITHUB as registry (otherwise you can remove that if npm)
					"npmRegistryConfig": {
						"auth": {
							"token": "TOKEN" // if GITHUB is the registry
						}
					}
				}

Publishing

First remove current git origin

git remote remove origin

Add you repo origin and change also credential iin package.json

Then

yarn pub
0.1.14

1 year ago

0.1.13

1 year ago