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

Skip to content

inoas/gleam-pprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

💄 Pretty print values with style!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gleam 77.3%
  • Erlang 17.9%
  • JavaScript 4.8%