pretty

prettify json or yml files by printing an indented json
git clone https://noulin.net/git/pretty.git
Log | Files | Refs | LICENSE

commit 10a8d1f8f31ecfefcbd7911269e9c9e9c7a58a78
parent a120cea94ed9df5a2dc6ef84c82f0084d1afc9db
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:43:12 +0200

update links

Diffstat:
Mpackage.yml | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: pretty - version: 0.0.1 - description: "prettify json or yml files by printing an indented json" + version: 0.0.2 + description: prettify json or yml files by printing an indented json bin: ./pretty.c repository: type: git - url: git+https://github.com/RemyNoulin/pretty.git + url: "git+https://noulin.net/git/pretty.git" keywords: - utility - command author: Remy Noulin license: MIT bugs: - url: https://github.com/RemyNoulin/pretty/issues - homepage: https://github.com/RemyNoulin/pretty#readme + url: "https://noulin.net/pretty/log.html" + homepage: "https://noulin.net/pretty/file/README.md.html"