TypeScript for n4m

Yuichi Yogo's icon

Hi, if anyone is interested in using TypeScript to develop a more robust application:
I've made a boilerplate for that.

https://github.com/yuichkun/n4m-typescript-boilerplate

It supports ts-node , which means it can interprete TypeScript code without dumping out js files!
In cases you do want it to be dumped out for execution speed, this also covers that with tsc.
I've extracted type definition file for Node for Max, so IDEs should give a very pleasant completion.

Feel free to use/modify!

Yuichi

Brodie Matthews's icon

Thanks im excited to get started, atm i have no post from Max or dev.I updated Node.js.The install inst bang has not completed have i missed something?