Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 840 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 840 Bytes

yaml2json

Usage

$ yaml2json [-h, -v] [filename or - (stdin)]

Install

You can download from releases tab.

$ wget https://github.com/nonylene/yaml2json/releases/latest/download/yaml2json-`uname -s`-`uname -m`.zip
$ unzip yaml2json-`uname -s`-`uname -m`.zip
$ chmod +x yaml2json-`uname -s`-`uname -m`/yaml2json
$ mv yaml2json-`uname -s`-`uname -m`/yaml2json {bin dir}

Development

Build

$ nimble build

Release

  1. Bump up VERSION in meta.nim
  2. Bump up version in yaml2json.nimble
  3. Tag version in git (git tag vX.X.X)
  4. Push tag

License and Notices

See LICENSE and NOTICE