Skip to content

Instantly share code, notes, and snippets.

@hagzag
Created May 11, 2020 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagzag/8d19d3b3a5ea101096579a1ca255e3ab to your computer and use it in GitHub Desktop.
Save hagzag/8d19d3b3a5ea101096579a1ca255e3ab to your computer and use it in GitHub Desktop.
cat << EOF > package.json
{
"name": "Kubexpereince-podid",
"version": "1.0.0",
"description": "A demo application for Kubexpereince intro session",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "MIT"
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment