Created
January 30, 2019 13:54
-
-
Save nayed/54815cd7c587f917cc7d7cb720225b9c to your computer and use it in GitHub Desktop.
npm init new 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
git init | |
npx license mit > LICENSE | |
npx gitignore node | |
npx covgen YOUR_EMAIL_ADDRESS | |
npm init -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment