-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add a simple js-only plugin template #603
Closed
6 tasks done
Tracked by
#629
jmcook1186 opened this issue
Apr 10, 2024
· 3 comments
· Fixed by Green-Software-Foundation/if-js-plugin-template#1
Closed
6 tasks done
Tracked by
#629
Add a simple js-only plugin template #603
jmcook1186 opened this issue
Apr 10, 2024
· 3 comments
· Fixed by Green-Software-Foundation/if-js-plugin-template#1
Comments
49 tasks
@jmcook1186 let's have the javascript version in a separate repository |
@jmcook1186 @manushak and @narekhovhannisyan to have a disussion before implementing this in case there is opportunity to create a single repo for Js and typescript templates |
@jmcook1186 please create a repo for this template to unblock @manushak 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Add a new repository to the gSF organmization Githiub called
if-js-plugin-template
and prepopulate it with the code for a minimal plugin that can easily be loaded intoif
.Why
As a plugin builder I want to rapidly prototype plugins using javascript, rather than typescript. This will help me to rapidly prototype and create plugins for demos and proofs-of-concept.
There are several times when we have wanted to quickly create new plugins for demos, but conforming to the relatively strict standards imposed in the typescript template has slowed things down. We could also provide a javascript-only simplified template for rapid plugin development.
Acceptance criteria
code for a minimal plugin is available in new
if-js-plugin-template
repositoryREADME includes explanation of how to install demo plugin and run from
if
using the example manifest providednpm link
to create local package for pluginGIVEN a user clones the new
if-js-plugin-template
repositoryWHEN follow the instructions int he template readme
THEN they can execute the template plugin code in their locally installed
if
SoW
The text was updated successfully, but these errors were encountered: