New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-banner

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-banner

Easily integrate ASCII flavoured banners to your CLI tool

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
1.2K
16.5%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

node-banner

Easily integrate ASCII flavoured banner to your CLI utility.

Usage

$ npm install --save node-banner
const showBanner = require('node-banner');

(async () => {
	await showBanner('The Title', 'This is a suitable tagline');
})();

Demo

API

showBanner(title, [tagLine], [titleColor], [tagLineColor])

  • title: Name of the utility.
  • tagLine: A suitable tagline.
  • titleColor: Override the default title-color that defaults to red.
  • tagLineColor: Override the default tagline-color that defaults to yellow.

Testing

 $ npm test

License

GNU GPL V3

Keywords

banner

FAQs

Package last updated on 21 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts