pretty

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

package.yml (393B)


      1 ---
      2   name: pretty
      3   version: 0.0.2
      4   description: prettify json or yml files by printing an indented json
      5   bin: ./pretty.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/pretty.git"
      9   keywords:
     10     - utility
     11     - command
     12   author: Remy Noulin
     13   license: MIT
     14   bugs:
     15     url: "https://noulin.net/pretty/log.html"
     16   homepage: "https://noulin.net/pretty/file/README.md.html"