Created
June 10, 2019 17:58
-
-
Save jabez007/c829207adb0cb72501f59a4224665432 to your computer and use it in GitHub Desktop.
How to start any new Node.js project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://dzone.com/articles/how-to-start-a-nodejs-project | |
npx license mit > LICENSE | |
npx gitignore node | |
npx covgen YOUR_EMAIL_ADDRESS | |
npm init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment