dmergejs
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Dmerge

hero


made-with-javascript badge badge badge badge

GitHub stars

🤔 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, 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

npm install dmergejs

📃 License

Cithak was published under MIT License.

Package Sidebar

Install

npm i dmergejs

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • kucingkode