atphp/yaml-cli-reader

Yaml CLI阅读器

v0.1.1 2015-06-22 01:46 UTC

This package is auto-updated.

Last update: 2024-09-12 20:11:30 UTC


README

Yaml验证器

  • 使用有用的调试信息验证Yaml文件
  • 验证多个文件
  • 支持使用glob文件名导入语法

安装

composer global require atphp/yaml-cli-reader:~0.1.0

用法

yaml-reader /path/to/file.yml

验证多个文件

yaml-reader /path/to/file1.yml /path/to/file2.yml

导入语法

# ...
imports:
  - { resources: "subFolder1/*.yml" }
  - { resources: "subFolder2/*.yml" }
# ...