I’m building a npm package that generates the need...
# general
f
I’m building a npm package that generates the needed structure to start developing in typescript using sdf. It also generates a file that looks like this: _prefix___scripttype___project_name_ Is this the most common way to name files or should I take other naming conventions in consideration?
Also curious how you currently start your projects in typescript. We used to just have a template folder that we copied each time.
c
Project name/function usually goes first, type at the end. Makes it harder to find things if you have 100 scripts named UE_whatever.js
f
Great. I’ve added the possiblity to set it up to whatever one would like. The filename is only generated when using the create command, and the user can now also decide to overwrite it. https://www.npmjs.com/package/netsuite-ts-sdf-tool