How to use the colors-cli.blue function in colors-cli

To help you get started, we’ve selected a few colors-cli examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jaywcjlove / loading-cli / lib / index.js View on Github external
loading.prototype.info = function (text) {
  return this.stopAndPersist(color.blue('ℹ'), text);
}
loading.prototype.stopAndPersist = function (symbol, text) {