@ycmd/helpers
Version:
LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials
21 lines (17 loc) • 920 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var colors = require('@lsk4/colors');
var i=Object.defineProperty;var e=(_,o)=>i(_,"name",{value:o,configurable:!0});var n=`
__ __ $ _____ $ __ __ $ _____
\\ \\ / / $ / ____| $ | \\/ | $ | __ \\
\\ \\_/ / $| | $ | \\ / | $ | | | |
\\ / $| | $ | |\\/| | $ | | | |
| | $| |____ $ | | | | $ | |__| |
|_| $ \\_____| $ |_| |_| $ |_____/
`,t=[["bold","red"],["bold","blue"],["bold","cyan"],["bold","yellow"]];function g({color:_=1}={}){return _?n.split(`
`).map(c=>c.split("$").map((l,r)=>l==="#"?colors.colorize(" ",["bgYellow"]):t[r]?colors.colorize(l.replace(/#/g,colors.colorize(" ",["bgYellow"])),t[r]):"").join("")).join(`
`):n}e(g,"getLogo");var d=g;
exports.default = d;
exports.getLogo = g;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=getLogo.js.map