📜 ⬆️ ⬇️

yo n - a quick start for a new project node.js

Hello friends!

I just wanted to share with you a simple project, which I hope will help save a few minutes when creating the next node.js package. This is all the project will do after typing in the yo n command line:

1. Run “npm init”
2. Based on your responses from package.json, create a file with the license, readme, the initial file and enable the test framework.
3. Create and publish a project on GitHub.
')
And here is the video of everything described above in action:



Github sources: github.com/anvaka/generator-n

I hope it will come in handy :)!

PS: “yo n” is two times shorter than “npm init”

Source: https://habr.com/ru/post/205736/


All Articles