Automate boilerplate code generation with Node.js
We've all created projects before. It's the same old story.
Run npm init [-y]
After that run npm install <so-so-packages>
Then, we have to create the files and folders and type some starter code.
After that, there is also version control, configurat...
irene.hashnode.dev10 min read
daulatt ramm
Nice