Skip to content

Instantly share code, notes, and snippets.

@kyktommy
Created September 7, 2020 09:05
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 kyktommy/9d467569623292af6e484a6bd2c0e8b0 to your computer and use it in GitHub Desktop.
Save kyktommy/9d467569623292af6e484a6bd2c0e8b0 to your computer and use it in GitHub Desktop.
bash get node package.json version
export APPVERSION=`node -p "require('./package.json').version"`
echo $APPVERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment