enhance/console.js
Specifies colors for using in console log. Contains both forground and background colors too.
List: reset, bright, dim, underscore, blink, reverse, hidden, fgBlack, fgRed, fgGreen, fgYellow, fgBlue, fgMagenta, fgCyan, fgWhite, fgGray, bgBlack, bgRed, bgGreen, bgYellow, bgBlue, bgMagenta, bgCyan, bgWhite, bgGray.
Example:console.log(app.consoleColors.bgRed, "This text should show in red background color.");
Can also send console logs to console.ylo.one. Please check here: https://console.ylo.one/
Options are specified as console-key & console-prefix.
Example:app.console("[blue]This should go to console.ylo.one[/blue]");
A module for ac-bundle-app, published by ac-bundle-module. namespace: ac-apps-minimal
Available Methods: logged, start