spotfiresoftware / spotfire-mods

Spotfire® Mods
https://spotfiresoftware.github.io/spotfire-mods/
Other
56 stars 41 forks source link

Create .mod for a release automatically #32

Closed hski-github closed 3 years ago

hski-github commented 3 years ago

It would be great if the .mod file could be created via command line like using npm command. Maybe there is also a way to utilize Github Actions to automatically create not only a zip of the source code when creating a release in Github. This would simplify process of creating a new release.

objerke commented 3 years ago

It is possible to package and sign mods directly via the TIBCO Spotfire Package Builder. The package builder is not available via any package manager.

It can be downloaded directly from the downloads section at TIBCO Spotfire Cloud, or via via eDelivery as part of TIBCO Spotfire Developer software.

I'm unsure about the possibilities of GitHub actions, but package builder is a Windows tool which can be executed with command line parameters, so it is possible to automate the tool.

hski-github commented 3 years ago

I am working with Mac and TIBCO Spotfire Business Author. Therefor a possibility to create mod packages via npm or non-Windows would be appreciated.

hski-github commented 3 years ago

Or get the possibility to download a mod from the Spotfire library to share with others. image

mrylande commented 3 years ago

Added two ideas on TIBCO Idea portal:

hski-github commented 3 years ago

Thank you!