Created
January 10, 2018 14:46
-
-
Save elijahmanor/5924633ab794174af4afe931df91cb6d to your computer and use it in GitHub Desktop.
npm script with color!
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
{ | |
"name": "colors", | |
"version": "0.1.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"color1": "echo '\\033[31mHello\\033[0m World'", | |
"color2": "echo \"\\033[31mHello\\033[0m World\"" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment