Skip to content

Package for help you to make beautiful header

Notifications You must be signed in to change notification settings

6c0-o/HeaderHelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeaderHelp

> Beautiful header

HeaderHelp


npm version npm downloads

About

HeaderHelp is a Node.js module to make good header.

Installation

npm install headerhelp

How to use

const Header = require('headerhelp');
var header = new Header({
    bannerTitle: string,
	  bannerStyle: string,
    bannerColor: string[],
    littleTitle: boolean,
    clear: boolean
}, {
    separator: string,
    name: string,
    info: string[]
});

console.log(header);
  • Use setArgs(...args)
const Header = require('headerhelp');
var header = new Header({
    bannerTitle: string,
	  bannerStyle: string,
    bannerColor: string[],
    littleTitle: boolean,
    clear: boolean
});

header.setArgs({
    separator: string,
    name: string,
    info: string[]
});

console.log(header);

Credits

Gradient-string Figlet

Made With .

About

Package for help you to make beautiful header

Resources

Stars

Watchers

Forks

Packages

No packages published