Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progrhyme/yamlc

A YAML syntax checker
https://github.com/progrhyme/yamlc

Last synced: 2 days ago
JSON representation

A YAML syntax checker

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/key-amb/yamlc.svg?branch=master)](https://travis-ci.org/key-amb/yamlc)

# yamlc

A YAML syntax checker.

```bash
# Check YAML syntax
yamlc [--[s]ilent] foo.yml
cat foo.yml | yamlc [--[s]ilent]

# Show version
yamlc --[v]ersion

# Show help
yamlc --[h]elp
```

# Install

```bash
go get github.com/key-amb/yamlc
```

Or get binaries at [Releases](https://github.com/key-amb/yamlc/releases) page.

# License

The MIT License (MIT)

Copyright (c) 2016 IKEDA Kiyoshi