Skip to content

Elixir module for printing debugging data types to terminal with colors and formats for easy identify

Notifications You must be signed in to change notification settings

blackode/printex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printex

Printex is a Color Printer Module,helps you to print the data and strings in color format in console.

Version Changelog

v1.1.0 Changelog

Use

This module separates the different console outputs with different colors and including background colors as well. It gives you the direct focus on the console by highlighting text with colors and backgrounds.

You can use in multiple ways like printing the :error message and many formats. This helps you identify message from the regular out put of the console. You can also specify the :bg_color - Background color for the text to lay on.

Installation

Download from Hex, the package can be installed by adding printex to your list of dependencies in mix.exs:

def deps do
  [{:printex, "~> 1.1.0"}]
end

Documentation.

Screenshots

print

print

prints with foreground colors

prints

prints with background colors

prints

Printing the Warning Text

print_warning

Printing the Error Text

print_error

Printing the Info Text

print_info

Printing the map

print_info

Printing the map

print_info

Smart printing

color_print

About

Elixir module for printing debugging data types to terminal with colors and formats for easy identify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages