Comparing version 2.7.0 to 2.8.0
@@ -35,2 +35,14 @@ # CHANGELOG | ||
### RELEASE: [v2.8.0](https://github.com/ahmadawais/awais/compare/v2.7.0...v2.8.0) | ||
![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347) | ||
> 🐛 Ad [`fa14b91`](https://github.com/ahmadawais/awais/commit/fa14b91dc681bce12a8568ee5682f7f5bc0f45dd) <br> | ||
<br> | ||
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) | ||
<br> | ||
### RELEASE: [v2.7.0](https://github.com/ahmadawais/awais/compare/v2.6.0...v2.7.0) | ||
@@ -42,2 +54,10 @@ | ||
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) | ||
> 📖 Changelog [`63e1846`](https://github.com/ahmadawais/awais/commit/63e18469b4838b0b53e55de9d235815638ab6071) <br> | ||
![🚀 RELEASE:](https://img.shields.io/badge/-RELEASE-gray.svg?colorB=E5A301) | ||
> 🚀 2.7.0 [`8d46378`](https://github.com/ahmadawais/awais/commit/8d46378c4b98db4af0e991f16f912edc2fbdb063) <br> | ||
<br> | ||
@@ -44,0 +64,0 @@ |
13
index.js
@@ -16,2 +16,3 @@ #!/usr/bin/env node | ||
const socialInfo = ` | ||
${twitterClr(` Twitter `)} ${dim(`https://twitter.com/MrAhmadAwais`)} | ||
@@ -22,4 +23,2 @@ ${githubClr(` GitHub `)} ${dim(`https://github.com/AhmadAwais`)} | ||
const adInfo = alert({ type: 'info', msg: `Check out my NodeCLI.com course.` }); | ||
const printSocial = args.indexOf('--no-social') === -1; | ||
@@ -29,3 +28,2 @@ const social = printSocial ? socialInfo : ``; | ||
const printAd = args.indexOf('--no-ad') === -1; | ||
const ad = printAd ? adInfo : ``; | ||
@@ -39,7 +37,8 @@ (async () => { | ||
Award-winning open-source engineer and developer advocate. Author of various open-source dev-tools and software libraries used by millions of developers worldwide. Leading developers and publishing technical content for over a decade. Self-confessed tech comedian cracking silly jokes in the JavaScript web and cloud communities.` | ||
)} | ||
${social} | ||
${ad} | ||
` | ||
)} ${social}` | ||
); | ||
if (printAd) { | ||
alert({ type: 'info', msg: `Check out my NodeCLI.com course.` }); | ||
} | ||
})(); |
{ | ||
"name": "awais", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Get to know Awais via `npx awais`.", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17915
50