dotyml

Read values from a YAML file.

Usage no npm install needed!

<script type="module">
  import dotyml from 'https://cdn.skypack.dev/dotyml';
</script>

README

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 name

This will get the key name from the root object in file.yml.

It also reads from stdin:

cat file.yml | dotyml name

See also: