ConsoleBanner 0.1.0

ConsoleBanner 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by Brian Michel.



  • By
  • Brian Michel

What Is This?

Just wanted to make a small thing that could print out a sweet banner when a debugger was connected to an application. You may see these kinds of banners in page sources, or when you connect to servers, so why not your app?

Basically, it just looks for a banner.txt file in the main bundle to print out in your console before printing system information.

Check it out...

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

You can generate some sweet ASCII art here http://patorjk.com/software/taag/

I would recommend creating your banner.txt in something that's not Xcode, only because Xcode is terrible at formatting and will make you reindent everything. Sublime worked nicely for me.

Installation

ConsoleBanner is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ConsoleBanner"

Author

Brian Michel, [email protected]

License

ConsoleBanner is available under the MIT license. See the LICENSE file for more info.