https://github.com/kucingkode/dmerge
Small javascript library to help you merge same formatted data in a string
https://github.com/kucingkode/dmerge
cithak data data-merge javascript library lightweight lightweight-javascript-library merge open-source
Last synced: 9 months ago
JSON representation
Small javascript library to help you merge same formatted data in a string
- Host: GitHub
- URL: https://github.com/kucingkode/dmerge
- Owner: KucingKode
- License: mit
- Created: 2021-12-05T02:55:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T08:44:31.000Z (over 4 years ago)
- Last Synced: 2025-03-09T15:54:58.644Z (about 1 year ago)
- Topics: cithak, data, data-merge, javascript, library, lightweight, lightweight-javascript-library, merge, open-source
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dmerge

---
[](https://www.javascript.com) [](./LICENSE.md) [](https://github.com/KucingKode/Dmerge) [](https://www.npmjs.com/package/dmergejs) [](https://www.npmjs.com/package/dmergejs)
[](https://GitHub.com/KucingKode/Dmerge/stargazers/)
## 🤔 What Is This
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.
## 📚 Motivation
Dmerge was created to **help you merge same formatted configurations and data**. One amazing implementation of Dmerge is [Cithak template manager](https://KucingKode.github.io/Cithak), by using Dmerge, cithak can easily merge template configuration files and merge two templates into a new working template.
## 📂 Installation
To use Dmerge in your javascript project, you can install it from **npm** by running
```bash
npm install dmergejs
```
---
## 📃 License
Cithak was published under [MIT License](./LICENSE.md).