@iotize/scheduler-app-gen-plugin
v0.0.5
Published
**Warning: This is an alpha version on how to create a plugin. This may change for future release**
Downloads
11
Keywords
Readme
Scheduler Plugin for IoTize App Generator
Warning: This is an alpha version on how to create a plugin. This may change for future release
This library is an example of how to create custom graphical component for IoTize App Generator at https://app.iotize.com.
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build siemens-climatix-app-gen-plugin
, go to the dist folder cd dist/siemens-climatix-app-gen-plugin
and run npm publish
.
Usage
- Go to your App generator project
- Open plugins section and click on add button.
- For Package name enter
scheduler-app-gen-plugin
- Click on add