ludd
Version:
The Luddites CLI Client To Install And Publish Dependencies.
8 lines (7 loc) • 446 B
JavaScript
;/*
diff package https://github.com/kpdecker/jsdiff
BSD License
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
*/
const c={black:30,red:31,green:32,yellow:33,blue:34,magenta:35,cyan:36,white:37,grey:90};module.exports={_ludd:async function(a={}){const {shouldRun:d=!0,text:b=""}=a;if(!d)return"";a=(a=c.yellow)?`\x1b[${a}m${b}\x1b[0m`:b;console.log("ludd called with %s",a);return b}};
//# sourceMappingURL=ludd.js.map