Created
November 5, 2019 10:49
-
-
Save NonPolynomial/ba6b15e81163204db0dcf70d172e68be to your computer and use it in GitHub Desktop.
utility scripts
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
| cat package.json | grep version | sed "s/^.*\"version\".*\"\(.*\)\".*$/\1/" |
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
| git log -n1 --pretty=%D | sed "s/HEAD -> //" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment