Skip to content

Instantly share code, notes, and snippets.

@sixertoy
Created August 8, 2016 12:52
Show Gist options
  • Save sixertoy/b3e0766d010aeb3cccb9b19e571c9567 to your computer and use it in GitHub Desktop.
Save sixertoy/b3e0766d010aeb3cccb9b19e571c9567 to your computer and use it in GitHub Desktop.
# Using Bash
VERSION=$(npm version patch)
VERSION=$(echo $VERSION | cut -c 2-)
# Using NodeJS
PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment