Skip to content

Instantly share code, notes, and snippets.

@cilerler
Last active January 7, 2018 20:39
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 cilerler/a1b38ece23f1725c286c4aed681f6b18 to your computer and use it in GitHub Desktop.
Save cilerler/a1b38ece23f1725c286c4aed681f6b18 to your computer and use it in GitHub Desktop.
@echo off
ECHO -=[NODE]=-
CALL node -v
ECHO -=[NPM]=-
CALL npm -v
ECHO -=[YARN]=-
CALL yarn -v
ECHO -=[NG]=-
CALL ng -v
ECHO -=[NGX]=-
CALL ngx -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment