Skip to content

Instantly share code, notes, and snippets.

@petrkohut
Created March 18, 2016 12:21
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 petrkohut/0e6a9f3688d6ce2a1f9c to your computer and use it in GitHub Desktop.
Save petrkohut/0e6a9f3688d6ce2a1f9c to your computer and use it in GitHub Desktop.
coloring console.log in Node.js
// colored console.log
console.log('\x1b[36m', 'sometext' ,'\x1b[0m');
// other colors: https://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-debug-ansi.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment