1.0.1 • Published 11 years ago
dotyml v1.0.1
dotyml
Read values from a YAML file.
About:
It's a little helper to get values from a YAML file from command-line interface.
Usage:
$ npm install -g dotyml$ dotyml file.yml nameThis will get the key name from the root object in file.yml.
It also reads from stdin:
cat file.yml | dotyml name