Skip to content

Instantly share code, notes, and snippets.

@jabez007
Created June 10, 2019 17:58
Show Gist options
  • Save jabez007/c829207adb0cb72501f59a4224665432 to your computer and use it in GitHub Desktop.
Save jabez007/c829207adb0cb72501f59a4224665432 to your computer and use it in GitHub Desktop.
How to start any new Node.js project
# 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