UNPKG

atxpaul

Version:
30 lines (24 loc) 667 B
const chalk = require('chalk'); const twitterClr = chalk.bgHex(`#1da1f2`).black; const githubClr = chalk.bgHex(`#171515`); const dim = chalk.dim; const social = ` ${twitterClr(` Twitter `)} ${dim(`https://twitter.com/code4paul`)} ${githubClr(` GitHub `)} ${dim(`https://github.com/atxpaul`)}`; const bio = ` Hello fellas! ${chalk.blue.underline(`Pablo Pan Veira`)} - ${chalk.bgYellow.black.bold( ` Javascript Developer ` )} ${chalk.italic.yellow( `Project Leader | Javascript lover | Agile thinker | Rib cooker` )}`; const msg = { msg: `for checking my npm!`, name: `Thanks`, }; module.exports = { bio, social, msg, };