Skip to content

Takes an input file to replace, and outputs inlined version of the input to the output file.

License

Notifications You must be signed in to change notification settings

sercant/inline-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inline-yaml

Takes an input file to replace, and outputs inlined version of the input to the output file.

Currently only supports single depth.

An example input file:

fizz: buzz
foo: bar

fizz-foo: {{fizz}}-{{foo}}
fizz-foo-hey: {{fizz-foo}}-ho

Outputs:

fizz: buzz
foo: bar

fizz-foo: buzz-bar
fizz-foo-hey: buzz-bar-ho

Usage:

inline-yaml path/to/input/file path/to/output/file

About

Takes an input file to replace, and outputs inlined version of the input to the output file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages