Is it bad to create your own local Node.js modules?
There's a cool feature I like about Node modules and is to create a package.json inside the main folders I have like: components, pages, interfaces, etc. with of course a JSON but only with a name property. So, it looks something like this for each f...
Jul 6, 2019A
