Green-Software-Foundation / if

Impact Framework
https://if.greensoftware.foundation/
MIT License
138 stars 39 forks source link

Add a simple js-only plugin template #603

Open jmcook1186 opened 4 months ago

jmcook1186 commented 4 months ago

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 into if.

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

SoW

narekhovhannisyan commented 4 months ago

@jmcook1186 let's have the javascript version in a separate repository

zanete commented 1 month ago

@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