Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

Infomaker/Dashboard-Rss-Reader

Repository files navigation

Dashboard Plugin

Dashboard Plugin is a starter project for developing Dashboard plugins that contains all the tools you need for writing awesome plugins.

Prerequisites

Setup

npm install

Build

> Build development package
npm run build

> Build production package
npm run build:prod

Upload S3

npm run upload:s3 accessKeyId="YOUR_ACCESS_KEY_ID" secretAccessKey="YOUR_SECRET_ACCESS_KEY" bucket="YOUR_BUCKET"

The plugin id 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

License

Dashboard Plugin is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published