1.0.3 • Published 5 years ago

find_key_from_yml v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Suppose a big yml file like below:

# the simple demo here
html:
  header: hello there
  # the body
  body:
    sidePanel: 'I am the side panel'
    container: 'I am  the container'
    imglist: 
      image1: 'I am image image 1'
      image2: 'I am image image 2'
  footer: 'I am the footer'
...

after install from npm npm install find_key_from_yml,

run and pass line numbers: what_is_line test.yml 9,

it'll output this line's key in the yml object html.body.imglist.image1

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago