aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-03-01 00:43:28 +0100
committerLinnea Gräf <nea@nea.moe>2024-03-01 00:43:28 +0100
commitb8c7e6c934ae9e0059ac1ac1455d77319dbc20c0 (patch)
treec6be858ae9bb4813f900e4832a3fba108b43c1c4 /README.md
downloadzwirn-b8c7e6c934ae9e0059ac1ac1455d77319dbc20c0.tar.gz
zwirn-b8c7e6c934ae9e0059ac1ac1455d77319dbc20c0.tar.bz2
zwirn-b8c7e6c934ae9e0059ac1ac1455d77319dbc20c0.zip
Create merger
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
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()
+ }
+ }
+```
+
+
+
+
+