Created
January 11, 2022 06:36
-
-
Save vishwarajanand/90e42bef1ce59e9d1a5cb856dffbfe79 to your computer and use it in GitHub Desktop.
npm log checker script
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
console.log("Date", new Date()); | |
console.log("npm works fine!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run on terminal:
npx run-url https://gist.githubusercontent.com/vishwarajanand/90e42bef1ce59e9d1a5cb856dffbfe79/raw/da3c14377b5fcf8f80a91b2202742113fa68a21b/print_log.js
Output: