jened
JenEd, stylized occasionally as JENED, is a lightweight, open‑source tool released in 2019 for automating the modification of configuration files in large software projects. The project was initiated by a group of developers at the University of Exeter who sought a more fine‑grained solution than standard text‑replacement approaches. By representing configuration files as structured trees internally, JenEd allows users to define modifications through a declarative JSON schema. These schemas can specify insertion, deletion, or transformation of nodes, making it suitable for environments with complex configurations such as Kubernetes manifests, Terraform templates, or cloud‑formation scripts.
The primary version control strategy for JenEd is Git, and the tool itself is written in Python
JenEd has been integrated into the CI/CD pipelines of several medium‑sized tech companies in 2020 and 2021,