Dmerge is a small javascript library to help you merge same formatted data in a string. by default Dmerge already support data merging for json
, yaml
, toml
, .env
format, but you can add more by yourself.
Dmerge was created to help you merge same formatted configurations and data. One amazing implementation of Dmerge is Cithak template manager, by using Dmerge, cithak can easily merge template configuration files and merge two templates into a new working template.
To use Dmerge in your javascript project, you can install it from npm by running
npm install dmergejs
Cithak was published under MIT License.