awesome_print

It dreams about becoming Ruby's awesome_print for Crystal debugging debugging-tool terminal colorization
0.1.18 Latest release released

Travis CI Build Status

awesome_print

It dreams about becoming awesome_print for crystal-lang.

ap some_var

Benchmark

alt Benchmark

It supports Integers, Floats, String, Char, Array, Range, Symbol and Hash.

Formated array example:

ap [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]

(output)

[100, 101, 102, 103, 104, 105, 106, 
 107, 108, 109, 110, 111, 112, 113, 
 114, 115]

2018-05-10: Added colors for some data types and support for Symbol

Installation

Add this to your application's shard.yml:

dependencies:
  awesome_print:
    github: evandrojr/awesome_print.cr

Usage

require "awesome_print"

To check the content of a variable use:

ap some_var

Contributing

  1. Fork it ( https://github.com/evandrojr/awesome_print.cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • evandrojr Evandro Junior - creator, maintainer
  • hugoabonizio Hugo Abonizio - developer, major helper in quality assurance
awesome_print:
  github: evandrojr/awesome_print.cr
  version: ~> 0.1.18
License MIT
Crystal 0.31.1

Authors

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently