Yate tech for Borschik
npm install borschik-tech-yateborschik-tech-yate
==================

Tech to build Yate with Borschik
borschik -t yate -to '{"node": true}' to build for nodejs.borschik-link usageborschik-link() in Yate works the same way as borschik.link() in JavaScript
1. Static path
```
match / {
borschik-link('../real/path/to/file.png')
}
2. Dynamic path
```
match / {
borschik-link('@my-name')
}