BoxLang 🚀 A New JVM Dynamic Language Learn More...
A CommandBox module for customizing all the text in the CLI startup banner.
The CommandBox Banner Hack module allows you to customize the version, quote, and welcome message seen in the CommandBox startup banner.
The initial use case was a presentation - I wanted my demos and screenshots to display custom banner text in the CLI. I think a more likely reason for using this module is: "Just for fun."
Simply run the following command to install the module.
box install commandbox-banner-hack
Once the module is installed, it uses the namespace: bannerhack
.
Run any of the following commands to hack your banner text. Be sure to run reload
to see the updated banner.
bannerhack version "123.456.789"
bannerhack quote "The problem with computers is they do what you tell them."
bannerhack welcome "Welcome, this is our farmhouse."
bannerhack clear
$
box install commandbox-banner-hack