Skip to content

LeanKit-Labs/BannerKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##BannerKit

###Why?

Because ascii art is fun, and why not make our terminals look pretty?

###How?

Example Usage:

	var bk = require("bannerkit");
	bk.bigBanner.printColor();

The result?

###Fun! I want to add a banner, too!

Sharing your banner with all

Awesome - please fork and submit a PR. Banner modules should go in the art/ folder, and each module should export a print (and optionally a printColor) method. The name of the module (minus the ".js") will be used as the property name on the top level bannerkit module.

Adding project specific banners

	var bk = require("bannerkit").addPath( './myBanners' );
	bk.{yourBannerNameHere}.print();

About

LeanKit Ascii art for your console viewing pleasure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published