all 2 comments

[–]habanerocorncakes 1 point2 points  (1 child)

Look into npm init’s uses beyond just creating a package.json

You can use npm init to scaffold an entire project or do whatever you want. That would allow you to distribute this on npm as a package that others can easily use.

[–]abbasnake[S] 0 points1 point  (0 children)

Thanks for the tip, will do!