From b8c7e6c934ae9e0059ac1ac1455d77319dbc20c0 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 1 Mar 2024 00:43:28 +0100 Subject: Create merger --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdabff0 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Zwirn + +> Merging, diffing and converting of tiny/yarn and other mapping formats + +``` + mappings { + searge() + mapping(rootProject.files("yarn.zip"), "yarn") { + outputs("yarn", true) { listOf("searge") } + mapNamespace("named", "yarn") + mapNamespace("intermediary", "searge") + sourceNamespace("searge") + renest() + } + } +``` + + + + + -- cgit