Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created January 15, 2021 01:38
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 remarkablemark/12bd4636628831fb07c9805155a3e4ed to your computer and use it in GitHub Desktop.
Save remarkablemark/12bd4636628831fb07c9805155a3e4ed to your computer and use it in GitHub Desktop.
{
"version": "1.2.3",
"scripts": {
"get-version": "awk -F'\"' '/\"version\": \".+\"/{ print $4; exit; }' package.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment