All Projects → jamesgeorge007 → node-banner

jamesgeorge007 / node-banner

Licence: GPL-3.0 license
Easily integrate ASCII flavored banners to your CLI tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-banner

DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (+94.44%)
Mutual labels:  javascript-library, hacktoberfest2020
Renamer
Rename files in bulk.
Stars: ✭ 240 (+1233.33%)
Mutual labels:  javascript-library, command-line-tool
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+2322.22%)
Mutual labels:  command-line-tool, hacktoberfest2020
banner
🚩 A simple and clean banner generator - Banners on the go. https://liyasthomas.github.io/banner
Stars: ✭ 161 (+794.44%)
Mutual labels:  banner, banner-generator
fix
Allows you to use OpenAI Codex to fix errors in the command line.
Stars: ✭ 72 (+300%)
Mutual labels:  command-line-tool
constant-time-js
Constant-time JavaScript functions
Stars: ✭ 43 (+138.89%)
Mutual labels:  javascript-library
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+294.44%)
Mutual labels:  javascript-library
notion scheduler
Allows the creation of recurring tasks in Notion.
Stars: ✭ 17 (-5.56%)
Mutual labels:  command-line-tool
geeup
Simple CLI for Google Earth Engine Uploads
Stars: ✭ 67 (+272.22%)
Mutual labels:  command-line-tool
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (+38.89%)
Mutual labels:  command-line-tool
menu-hamburger
🍔 A clean, simple and easy to use library to create a Menu Hamburger
Stars: ✭ 17 (-5.56%)
Mutual labels:  javascript-library
super-scripts
😎 super automation scripts written by humans
Stars: ✭ 63 (+250%)
Mutual labels:  hacktoberfest2020
libgen-downloader
A simple tool to search and download ebooks from libgen via terminal user interface.
Stars: ✭ 98 (+444.44%)
Mutual labels:  command-line-tool
Covid-19-d3
Created with CodeSandbox
Stars: ✭ 13 (-27.78%)
Mutual labels:  hacktoberfest2020
quake-cli-tools
Command line tools for creating Quake content.
Stars: ✭ 41 (+127.78%)
Mutual labels:  command-line-tool
note-keeper
📓 A tiny bash tool for taking and organizing notes.
Stars: ✭ 58 (+222.22%)
Mutual labels:  command-line-tool
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (+366.67%)
Mutual labels:  command-line-tool
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+250%)
Mutual labels:  hacktoberfest2020
Software-Development-Pakistan.github.io
Github Repository for softdevpk.com
Stars: ✭ 17 (-5.56%)
Mutual labels:  hacktoberfest2020
crawler click tutorial
click tutorial ( crawler ) use python
Stars: ✭ 15 (-16.67%)
Mutual labels:  command-line-tool

node-banner

Build Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].