As I am using typescript to write my homey app got fed up with updating app.json so I wrote a quick typescript -> app.json generator.
Now I am curious if there is anyone else using typescript and feels a need for something similar and if so if they would like to collaborate on making it into a node library?
Currently it is very bare bones and does only what I need.
In essence it turns this:
into this:
Not sure if it makes sense or even if anyone is using typescript…
So just throwing this out to see if it sticks somewhere…
PS: In case you are wondering about handling multiple languages the idea is to use a translation file like for the regular app.
// Michael Medin