UNPKG

m-ahmad

Version:

Get to know Muhammad Ahmad via `npx m-ahmad`

25 lines (20 loc) 752 B
#!/usr/bin/env node const pkgJSON = require('./package.json'); const welcome = require('cli-welcome'); const chalk = require('chalk'); const log = console.log; welcome({ title: `${chalk.bold(` Muhammad Ahmad `)}`, tagLine: `Howdy, nice to meet ya!`, description: pkgJSON.description, version: pkgJSON.version, bgColor: `6937ff`, color: `#fff`, bold: true, clear: true }); log(` ${chalk.italic(`Computer Science Student who's passionate about contributing to the world of open source. I am currently into web application development.`)} ${chalk.hex('1da1f2').bold.inverse(` Twitter `)} ${chalk.dim(`https://twitter.com/Cyb3r_S3c`)} ${chalk.hex('6cc644').bold.inverse(` GitHub `)} ${chalk.dim(`https://github.com/neero0x01`)} `);