Hello everyone in the community,
I have written a new command line application to generate a .js file with boiler plate code for node like importing default modules (fs, os, url etc) with the use of flags. Also, I’ve made it to have a streaming interface so if in future, the file size does increase, then you still wouldn’t have to worry about dumping all the data in the memory as it’ll be streamed.
Feel free to check it out and use it if it helps you!