Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/html-pp
https://github.com/hokaccha/html-pp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokaccha/html-pp
- Owner: hokaccha
- Created: 2021-03-25T05:35:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T05:36:22.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T09:25:33.804Z (9 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-pp
HTML Pretty Printer.
```
$ go get github.com/hokaccha/html-pp
``````
$ echo 'foo' | html-pp
foo
```