Re: [twdev] Plugin development environment under Node and Github with external js library---some guidance appreciated

2019-02-04 Thread stefano franchi
Brian, thanks for the help, I'll look into that suggested structure. Cheers, Stefano On Mon, Feb 4, 2019 at 11:03 AM Brian Theado wrote: > Stefano, > > I have a plugin at https://github.com/btheado/tw-ftlist which uses a > structure I prefer. This one doesn't have any javascript code, but a >

Re: [twdev] Plugin development environment under Node and Github with external js library---some guidance appreciated

2019-02-04 Thread Brian Theado
Stefano, I have a plugin at https://github.com/btheado/tw-ftlist which uses a structure I prefer. This one doesn't have any javascript code, but a javascript plugin can be structured like this as well (just that more will be needed). TW listed as a dev-dependency in package.json and installed via

[twdev] Plugin development environment under Node and Github with external js library---some guidance appreciated

2019-02-04 Thread stefano franchi
Dear all: I am starting to write my first widget plugin + external library in TW5 and I am not completely sure about the the correct / recommended / most useful structure to give to the various pieces I need to orchestrate. I am using the node + folder model, as recommended on the devs site. As