Skip to content

Instantly share code, notes, and snippets.

View ajpy08's full-sized avatar

Angel Javier Puc Yamá ajpy08

  • Merida, Yuc. Mex.
View GitHub Profile
@ajpy08
ajpy08 / consoleColors.js
Created March 2, 2020 16:02 — forked from abritinthebay/consoleColors.js
The various escape codes you can use to color output to StdOut from Node JS
// Colors reference
// You can use the following as so:
// console.log(colorCode, data);
// console.log(`${colorCode}some colorful text string${resetCode} rest of string in normal color`);
//
// ... and so on.
export const reset = "\x1b[0m"
export const bright = "\x1b[1m"
export const dim = "\x1b[2m"
@ajpy08
ajpy08 / cloudSettings
Last active July 3, 2019 13:28
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-07-03T13:16:59.258Z","extensionVersion":"v3.3.1"}