Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Created January 10, 2018 14:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/5924633ab794174af4afe931df91cb6d to your computer and use it in GitHub Desktop.
Save elijahmanor/5924633ab794174af4afe931df91cb6d to your computer and use it in GitHub Desktop.
npm script with color!
{
"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