Elm Dashboard Plugin is a starter project for developing Dashboard plugins in Elm that contains all the tools you need for writing awesome plugins.
yarn
Build development package yarn dev
Build production package yarn build:prod
Serve plugin locally yarn server
This will serve your plugin local and that url can be used for install you dev-plugin on dev.dashboard.infomaker.io.
yarn upload:s3 accessKeyId="YOUR_ACCESS_KEY_ID" secretAccessKey="YOUR_SECRET_ACCESS_KEY" bucket="YOUR_BUCKET"
This will first execute yarn build:prod
The plugin bundle from the manifest file will be added as part of the key. Example: se-infomaker-dashboard-plugin/manifest.json
So your plugin manifest path will be: S3_URL_PATH/se-infomaker-dashboard-plugin/manifest.json
Dashboard Plugin is released under the MIT License.