cli-welcome
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -32,2 +32,15 @@ # CHANGELOG | ||
### RELEASE: [1.4.0](https://github.com/ahmadawais/cli-welcome/compare/1.3.0...1.4.0) | ||
![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347) | ||
> 🐛 Docs Code [`665f38d`](https://github.com/ahmadawais/cli-welcome/commit/665f38d1bf469013818271984f83c4ecf104a90c) <br> | ||
> 🐛 Brokern link [`b0a8ce3`](https://github.com/ahmadawais/cli-welcome/commit/b0a8ce3cd9b5e03a7bd9d08ff481cfa26be11b92) <br> | ||
<br> | ||
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) | ||
<br> | ||
### RELEASE: [1.3.0](https://github.com/ahmadawais/cli-welcome/compare/1.2.0...1.3.0) | ||
@@ -39,2 +52,6 @@ | ||
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) | ||
> 📖 Changelog update [`db27af3`](https://github.com/ahmadawais/cli-welcome/commit/db27af348a04ade3df0c381179342b6721d187e6) <br> | ||
<br> | ||
@@ -41,0 +58,0 @@ |
{ | ||
"name": "cli-welcome", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Welcome header for Node.js CLI software.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# cli-welcome | ||
[![DOWNLOADS](https://img.shields.io/npm/dt/clear-any-console?label=DOWNLOADS%20%20❯&colorA=6A788D&colorB=6A788D&style=flat)](https://www.npmjs.com/package/cli-welcome) [![Learn VSCode](https://img.shields.io/badge/-VSCODE.pro%20%E2%86%92-gray.svg?colorB=6A788D&style=flat)](https://VSCode.pro/?utm_source=GitHubFOSS) | ||
[![DOWNLOADS](https://img.shields.io/npm/dt/cli-welcome?label=DOWNLOADS%20%20❯&colorA=6A788D&colorB=6A788D&style=flat)](https://www.npmjs.com/package/cli-welcome) [![Learn VSCode](https://img.shields.io/badge/-VSCODE.pro%20%E2%86%92-gray.svg?colorB=6A788D&style=flat)](https://VSCode.pro/?utm_source=GitHubFOSS) | ||
[![Follow @MrAhmadAwais on Twitter](https://img.shields.io/badge/FOLLOW%20@MRAHMADAWAIS%20%E2%86%92-gray.svg?colorA=6A788D&colorB=6A788D&style=flat)](https://twitter.com/mrahmadawais/) | ||
@@ -29,3 +29,3 @@ | ||
welcome(`Welcome CLI`, `by Ahmad Awais`); | ||
welcome(`Welcome CLI`, `by Ahmad Awais`, { bgColor: `#FADC00`, color: `#000000` bold: true, clear: true, version: `v1.0`}); | ||
welcome(`Welcome CLI`, `by Ahmad Awais`, { bgColor: `#FADC00`, color: `#000000`, bold: true, clear: true, version: `v1.0`}); | ||
``` | ||
@@ -32,0 +32,0 @@ |
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
16603