An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/epp

(fast) EDN pretty-printer
https://github.com/bfontaine/epp

cli edn go

Last synced: 6 months ago
JSON representation

(fast) EDN pretty-printer

Awesome Lists containing this project

README

          

# Epp

**Epp** is a (fast) [EDN][] pretty-printer based on [`go-edn`][go-edn].

[EDN]: https://github.com/edn-format/edn#edn
[go-edn]: https://github.com/go-edn/edn

## Installation

1. Ensure that [Go](https://golang.org) is installed and `~/go/bin` is in your `$PATH`
2. Run `go get github.com/bfontaine/epp`

## Usage

cat yourfile.edn | epp