Thanks to visit codestin.com
Credit goes to github.com

Skip to content

giacomocavalieri/pprint

 
 

Repository files navigation

pprint

Package Version Hex Docs

💄 Pretty print values with style!

gleam add pprint --dev
import pprint

pub fn main() {
  Ok(["my", "super", "awesome", "useless", "list"])
  |> pprint.debug
}

// Prints (with color!):
// Ok([
//   "my",
//   "super",
//   "awesome",
//   "useless",
//   "list",
// ])

Further documentation can be found at https://hexdocs.pm/pprint.

Development

gleam run   # Run the project
gleam test  # Run the tests

About

A fork for contributing to pprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gleam 74.6%
  • Erlang 18.4%
  • JavaScript 7.0%