Skip to content

A small script written in Ocaml to merge all the toml files from a given directory

Notifications You must be signed in to change notification settings

jeronimobarea/toml-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

toml-merge

This is a small script writen in ocaml to merge .toml files.

usage

toml-merge [-d] <./input_dir> [-o] <./output_dir> [-n] <filename>
  -d Directory to fetch the files from. Default: current
  -o Directory to save the merged file. Default: current
  -n Filename of the merged file. Default: config
  -help  Display this list of options
  --help  Display this list of options  

About

A small script written in Ocaml to merge all the toml files from a given directory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages