Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

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

 
 
 

Contributors

Languages