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
- Host: GitHub
- URL: https://github.com/bfontaine/epp
- Owner: bfontaine
- License: mit
- Created: 2017-08-09T21:10:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T11:42:52.000Z (about 4 years ago)
- Last Synced: 2025-03-23T23:43:40.247Z (7 months ago)
- Topics: cli, edn, go
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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