aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bdabff097f28234b576a33e1d82b4b7db319fac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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()
        }
    }
```