-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template for spin plugin #19
Comments
@itowlson was working on a plugin |
Haha, I was thinking of creating a plugin template (tentatively in the pluginify repo so I could have it use @jpflueger The templates system wouldn't maintain the manifest for you - you'd still need to run a tool or script to regenerate the tar file and manifest. All the templates system would do is scaffold the source code for you. But if that would be useful then it would be pretty easy to put one together (famous last words). |
we can automate the regeneration part similar to what is done for kubectl plugins |
@rajatjindal I did a GH action to auto pluginify and release the SQS trigger. It should be fairly boilerplatey. If we made an official version of pluginify then we could wrap it in an official action...?! Though not sure whether/how to automate PRing it to the official catalogue... |
Is there a template if I wanted to write my own spin plugin? Ideally instead of cloning this repo and running
createManifest.sh
I would like to be able tospin new plugin my-plugin
to create a new plugin.The text was updated successfully, but these errors were encountered: