Last active
February 26, 2018 12:53
-
-
Save allanchua101/c49b4adcef2b57740d52a48b58f7d982 to your computer and use it in GitHub Desktop.
Code for initializing package.json file
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
// The code below will generate a package.json file. | |
npm init -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment