maciejtreder/angular-universal-pwa

View on GitHub
application/credentials.js

Summary

Maintainability
A
0 mins
Test Coverage
var green = "\u001b[32m";
var white = "\u001b[22m\u001b[39m";
var boldCyan = "\u001b[96m\u001b[1m";
var reset = "\u001b[0m";

var output =
  green +
  "\n\nDo you ❤️ angular-universal-pwa? \n\nStar this repo on GitHub! \n\nBecome a donor:" +
  white +
  "\n > " +
  boldCyan +
  "https://www.angular-universal-pwa.maciejtreder.com/donors\n" +
  reset;

console.log(output);