MystPi / pprint

πŸ’„ Pretty print values with style!

Home Page:https://hexdocs.pm/pprint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

πŸ’„ Pretty print values with style!

https://hexdocs.pm/pprint/

License:Apache License 2.0


Languages

Language:Gleam 74.6%Language:Erlang 18.4%Language:JavaScript 7.0%